stumpless 2.2.0
载入中...
搜索中...
未找到
prival.h 文件参考

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.

自从
release v2.2.0

函数说明

◆ stumpless_get_prival_string()

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.

自从
release v2.2.0
参数
privalint to get the string from.
返回
The string representation of the given prival.