mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
4 lines
126 B
C++
4 lines
126 B
C++
#include <stdio.h>
|
|
|
|
size_t fwrite(const void * restrict ptr, size_t size, size_t nmemb, FILE * restrict stream) { return 0; }
|