libsysutils

annotate include/user.h @ 2:36936815cc92

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 08 May 2015 07:26:01 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef LIBSYSUTILS_USER_H_
nuclear@0 2 #define LIBSYSUTILS_USER_H_
nuclear@0 3
nuclear@0 4 const char *sysu_username(void);
nuclear@0 5 const char *sysu_realname(void);
nuclear@0 6 const char *sysu_homedir(void);
nuclear@0 7
nuclear@0 8 #endif /* LIBSYSUTILS_USER_H_ */