libsysutils

annotate 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
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_ */