CppUTest
AllocLetTestFree.h
1 
2 #ifndef D_AllocLetTestFree_H
3 #define D_AllocLetTestFree_H
4 
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8 
9 
10 typedef struct AllocLetTestFreeStruct * AllocLetTestFree;
11 
12 AllocLetTestFree AllocLetTestFree_Create(void);
13 void AllocLetTestFree_Destroy(AllocLetTestFree);
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif /* D_FakeAllocLetTestFree_H */