rulimine/stage2/menu.h

7 lines
65 B
C

#ifndef __MENU_H__
#define __MENU_H__
char *menu(void);
#endif