Merge pull request #10 from neheb/patch-1

file: define _FILE_OFFSET_BITS to 64
main
Jianhui Zhao 2020-08-30 22:40:27 +08:00 committed by GitHub
commit fbcf45ac36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#define _DEFAULT_SOURCE
#define _XOPEN_SOURCE
#define _FILE_OFFSET_BITS 64
#include <stdio.h>
#include <stdlib.h>