rulimine/stage23/menu.h
2021-02-25 01:24:54 +01:00

7 lines
79 B
C

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