summaryrefslogtreecommitdiff
path: root/numpy/core/feature_detection_stdio.h
blob: bc14d16d04ff46d1360b014d3c49ced97c1ff7c4 (plain)
1
2
3
4
5
6
#include <stdio.h>
#include <fcntl.h>

off_t ftello(FILE *stream);
int fseeko(FILE *stream, off_t offset, int whence);
int fallocate(int, int, off_t, off_t);