getuid
uid
Description
Returns the effective user ID of the calling process.
Parameters
No Arguments |
- |
Return Value
Integer: User ID on success, zero on failure (i.e. Not supported by the underlying OS). Use libcox_value_to_int() to extract the processing result.