MCPcopy Create free account
hub / github.com/cpputest/cpputest / AllocLetTestFreeStruct

Class AllocLetTestFreeStruct

tests/CppUTest/AllocLetTestFree.c:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "AllocLetTestFree.h"
7
8typedef struct AllocLetTestFreeStruct
9{
10 int placeHolderForHiddenStructElements;
11} AllocLetTestFreeStruct;
12
13AllocLetTestFree AllocLetTestFree_Create(void)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected