libexplain
1.4.D001
|
#include <libexplain/permission_mode.h>
Go to the source code of this file.
Functions | |
const char * | explain_permission_mode (int mode) |
const char* explain_permission_mode | ( | int | mode | ) |
The explain_permission_mode function may be used to decode a set of permission mode bits into human readable text, something like the programmer would have written.
mode | the permission mode bits to be decoded |
Definition at line 24 of file permission_mode.c.