libsysutils

view include/user.h @ 0:a8277d8f687a

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Feb 2015 01:33:54 +0200
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_ */