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

7 lines
55 B
C

#ifndef A_H
#define A_H
void functionA(void);
#endif