1
0

uid_to_name.h 81 B

123456
  1. #ifndef uid_to_name_H
  2. #define uid_to_name_h
  3. char *uid_to_name( uid_t );
  4. #endif