MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / te_free

Function te_free

extern/tinyexpr/tinyexpr.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113void te_free(te_expr *n) {
114 if (!n) return;
115 te_free_parameters(n);
116 free(n);
117}
118
119
120static double pi(void) {return 3.14159265358979323846;}

Callers 4

te_free_parametersFunction · 0.85
te_compileFunction · 0.85
te_interpFunction · 0.85
stepMethod · 0.85

Calls 1

te_free_parametersFunction · 0.85

Tested by

no test coverage detected