8 lines
81 B
C
8 lines
81 B
C
#ifndef _MYNAME_H
|
|
#define _MYNAME_H
|
|
|
|
struct passwd *get_my_pwent(void);
|
|
|
|
#endif
|
|
|