MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / stbi__stdio_write

Function stbi__stdio_write

Source/ThirdParty/stb_image_write.h:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282#ifndef STBI_WRITE_NO_STDIO
283
284static void stbi__stdio_write(void *context, void *data, int size)
285{
286 fwrite(data,1,size,(FILE*) context);
287}
288
289#if defined(_WIN32) && defined(STBIW_WINDOWS_UTF8)
290#ifdef __cplusplus

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected