MCPcopy Create free account
hub / github.com/OAID/Tengine / stbi__end_write_file

Function stbi__end_write_file

core/include/stb_image_write.h:145–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static void stbi__end_write_file(stbi__write_context* s)
146{
147 fclose(( FILE* )s->context);
148}
149
150#endif // !STBI_WRITE_NO_STDIO
151

Callers 4

stbi_write_bmpFunction · 0.85
stbi_write_tgaFunction · 0.85
stbi_write_hdrFunction · 0.85
stbi_write_jpgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected