table of contents
other versions
- Tumbleweed 93vu-12.1
- Leap-16.0
- Leap-15.6
STRUID(3) | Library Functions Manual | STRUID(3) |
NAME¶
struid - return user name given user number
SYNOPSIS¶
char* struid(int uid)
DESCRIPTION¶
struid returns the user id name string given the user number uid. struid maintains an internal cache to avoid repeated password database scans by the low level getpwuid(3).