#include <unistd.h>
uid_t geteuid(void);
Declared, not implemented
IEEE Std 1003.1-2017
The geteuid()
function shall return the effective user ID of the calling process. The geteuid()
function shall not
modify errno
.
The geteuid()
function shall always be successful, and no return value is reserved to indicate an error.
No errors are defined.
Untested
None