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

Function stbiw__writef

include/stb_image_write.h:272–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272static void stbiw__writef(stbi__write_context *s, const char *fmt, ...)
273{
274 va_list v;
275 va_start(v, fmt);
276 stbiw__writefv(s, fmt, v);
277 va_end(v);
278}
279
280static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c)
281{

Callers 1

stbi_write_tga_coreFunction · 0.85

Calls 1

stbiw__writefvFunction · 0.85

Tested by

no test coverage detected