MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / stbi__end_write_file

Function stbi__end_write_file

include/stb_image_write.h:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227static void stbi__end_write_file(stbi__write_context *s)
228{
229 fclose((FILE *)s->context);
230}
231
232#endif // !STBI_WRITE_NO_STDIO
233

Callers 3

stbi_write_bmpFunction · 0.85
stbi_write_tgaFunction · 0.85
stbi_write_hdrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected