Files
SAE32_2024/tests/C/test-03-circular/bake/c.h

7 lines
55 B
C

#ifndef C_H
#define C_H
void functionC(void);
#endif