myshellin/src/include/user.h

5 lines
73 B
C
Raw Normal View History

2021-06-19 20:23:49 -04:00
#ifndef _MYSHELLIN_USER
#define _MYSHELLIN_USER
char *get_user();
2021-06-19 20:23:49 -04:00
#endif