CppUTest
ClassNameCIoDriver.h
1 #ifndef D_ClassName_H
2 #define D_ClassName_H
3 
4 /**********************************************************
5  *
6  * ClassName is responsible for ...
7  *
8  **********************************************************/
9 #include <stdint.h>
10 
11 void ClassName_Create(void);
12 void ClassName_Destroy(void);
13 
14 #endif /* D_FakeClassName_H */