MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / yaml_free

Function yaml_free

xs/tools/yaml/api.c:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 */
71
72YAML_DECLARE(void)
73yaml_free(void *ptr)
74{
75 if (ptr) free(ptr);
76}
77
78/*
79 * Duplicate a string.

Calls

no outgoing calls

Tested by

no test coverage detected