myshellin/src/include/user.h

5 lines
73 B
C

#ifndef _MYSHELLIN_USER
#define _MYSHELLIN_USER
char *get_user();
#endif