Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
static 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_bmp
Function · 0.85
stbi_write_tga
Function · 0.85
stbi_write_hdr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected