mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-05 10:42:51 +00:00
487 B
487 B
Name
getuid, getgid - get real user / group id
Synopsis
#include <unistd.h>
uid_t getuid(void);
gid_t getgid(void);
Description
Returns the real user or group id.