stm8-dce-example/inc/bar.h

7 lines
66 B
C

#ifndef BAR_H
#define BAR_H
void bar(int x);
#endif /* BAR_H */