8 lines
93 B
C
8 lines
93 B
C
|
#ifndef _SGETPWENT_H
|
||
|
#define _SGETPWENT_H
|
||
|
|
||
|
struct passwd * sgetpwent(const char *);
|
||
|
|
||
|
#endif
|
||
|
|