Files
c-mariadb-example/include/choicemenu.h
2022-10-04 16:14:18 +02:00

6 lines
74 B
C

#ifndef CHOICEMENU_H
#define CHOICEMENU_H
void choice_menu(void);
#endif