mirror of
https://github.com/Wessel/mariadb-example.git
synced 2026-07-26 02:02:48 +02:00
6 lines
74 B
C
6 lines
74 B
C
#ifndef CHOICEMENU_H
|
|
#define CHOICEMENU_H
|
|
|
|
void choice_menu(void);
|
|
|
|
#endif |