2023-07-02 19:51:09 +02:00

7 lines
49 B
C

#ifndef LIB_H
#define LIB_H
void foo();
#endif