MCPcopy Create free account
hub / github.com/JHRobotics/softgpu / iniFree

Function iniFree

winini.c:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void iniFree()
128{
129 while(ini != NULL)
130 {
131 iniline_t *ptr = ini;
132 ini = ini->next;
133 HeapFree(GetProcessHeap(), 0, ptr);
134 }
135}
136
137const char *iniSectionsValue(const char *section, int section_num, const char *variable)
138{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected