2024-02-02 17:42:32 +01:00

8 lines
69 B
C

#ifndef unity_h
#define unity_h
int unity1();
int unity2();
#endif