singe/thirdparty/SDL3_mixer/external/libxmp/docs/coverity.c
2026-09-03 22:01:35 -05:00

15 lines
220 B
C

/*
* Modeling file for Coverity Scan
*/
typedef unsigned long size_t;
typedef void FILE;
size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream)
{
// do nothing
}
int fgetc(FILE *stream)
{
// do nothing
}