8 lines
69 B
C
8 lines
69 B
C
|
#ifndef unity_h
|
||
|
#define unity_h
|
||
|
|
||
|
int unity1();
|
||
|
int unity2();
|
||
|
|
||
|
#endif
|