stumpless 2.2.0
|
Functions for working with privals. 更多...
函数 | |
const char * | stumpless_get_prival_string (int prival) |
Gets the string representation of the given prival. | |
Functions for working with privals.
const char * stumpless_get_prival_string | ( | int | prival | ) |
Gets the string representation of the given prival.
The string returned must be freed by the caller when it is no longer needed to avoid memory leaks.
Thread Safety: MT-Safe This function is thread safe.
Async Signal Safety: AS-Unsafe heap This function is not safe to call from signal handlers due to the use of memory management functions.
Async Cancel Safety: AC-Unsafe heap This function is not safe to call from threads that may be asynchronously cancelled due to the use of memory management functions.
prival | int to get the string from. |