libsysutils

view include/user.h @ 1:c1323f9f202d

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 05 May 2015 05:51:56 +0300
parents
children
line source
1 #ifndef LIBSYSUTILS_USER_H_
2 #define LIBSYSUTILS_USER_H_
4 const char *sysu_username(void);
5 const char *sysu_realname(void);
6 const char *sysu_homedir(void);
8 #endif /* LIBSYSUTILS_USER_H_ */