Utility and error-handling
[libplayerc]
Collaboration diagram for Utility and error-handling:
|
Detailed Description
Some helper functions.
Functions | |
| const char * | playerc_error_str (void) |
| Retrieve the last error (as a descriptive string). | |
| int | playerc_add_xdr_ftable (playerxdr_function_t *flist, int replace) |
| Add new entries to the XDR function table. | |
Function Documentation
| const char* playerc_error_str | ( | void | ) |
Retrieve the last error (as a descriptive string).
Most functions in will return 0 on success and non-zero value on error; a descriptive error message can be obtained by calling this function.
