toto/BE c/projet/bdd.h
Montaigu-Lancelin Emilie baa82893ad tp1812fin
2025-12-18 12:06:34 +01:00

6 lines
No EOL
92 B
C

#ifndef bdd_H
#define bdd_H
#include "ecran.h"
void listequestions_init(ecran& lcd);
#endif