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

Class ClassName

scripts/templates/ClassNameCPolymorphic.c:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <memory.h>
4
5typedef struct ClassName
6{
7 int placeHolderForHiddenStructElements;
8};
9
10ClassName* ClassName_Create(void)
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected