1
0
Files
irix-657m-src/eoe/cmd/ns/tests/sub_pws.h
2022-09-29 17:59:04 +03:00

7 lines
124 B
C

#pragma once
extern void sub_getpwent();
extern void sub_getpwbyname(const char *);
extern void sub_getpwbyuid(long uid);