Files
SAE32_2024/tests/C/test-16-strange-variables/make/extension.h

7 lines
96 B
C

#ifndef EXTENSION_H
#define EXTENSION_H
void afficher_message(void);
#endif /* EXTENSION_H */