singe/thirdparty/SDL2_mixer/external/libxmp/docs/coverity.c
2023-10-23 19:38:18 -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
}