| Updated: October 28, 2024 |
Get the name of a custom ability
#include <sys/procmgr.h>
int procmgr_ability_name( const unsigned ability, char * const buffer,
const size_t size);
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The procmgr_ability_name() function retrieves the name of a custom ability.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |