We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stdbool.h
1 parent b70d026 commit 3faa067Copy full SHA for 3faa067
src/fread.c
@@ -11,13 +11,11 @@
11
#endif
12
#ifdef WIN32 // means WIN64, too, oddly
13
#include <windows.h>
14
- #include <stdbool.h> // true and false
15
#else
16
#include <sys/mman.h> // mmap
17
#include <sys/stat.h> // fstat for filesize
18
#include <fcntl.h> // open
19
#include <unistd.h> // close
20
21
#include <ctype.h> // isspace
22
#include <errno.h> // errno
23
#include <string.h> // strerror
0 commit comments