7 lines
124 B
C
7 lines
124 B
C
#pragma once
|
|
|
|
extern void sub_getpwent();
|
|
extern void sub_getpwbyname(const char *);
|
|
extern void sub_getpwbyuid(long uid);
|
|
|