| 11 | } AllocLetTestFreeStruct; |
| 12 | |
| 13 | AllocLetTestFree AllocLetTestFree_Create(void) |
| 14 | { |
| 15 | size_t count = 1; |
| 16 | AllocLetTestFree self = (AllocLetTestFree)calloc(count, sizeof(AllocLetTestFreeStruct)); |
| 17 | return self; |
| 18 | } |
| 19 | |
| 20 | void AllocLetTestFree_Destroy(AllocLetTestFree self) |
| 21 | { |