Files
arcs/arcs-sdk/modules/cpputest/tests/CppUTest/AllocLetTestFree.h
2026-08-13 16:50:52 +08:00

20 lines
326 B
C

#ifndef D_AllocLetTestFree_H
#define D_AllocLetTestFree_H
#ifdef __cplusplus
extern "C" {
#endif
typedef struct AllocLetTestFreeStruct * AllocLetTestFree;
AllocLetTestFree AllocLetTestFree_Create(void);
void AllocLetTestFree_Destroy(AllocLetTestFree);
#ifdef __cplusplus
}
#endif
#endif /* D_FakeAllocLetTestFree_H */