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.
1 parent 645eea2 commit c1503fbCopy full SHA for c1503fb
SimpleNpyIO
include/fileio.h
@@ -8,8 +8,6 @@ typedef struct {
8
// NPY datatypes, which are embedded in NPY files ("dtype" argument)
9
// they are declared here and defined in src/fileio.c
10
// NOTE: size (x-byte) may be wrong, depending on the architecture
11
- // 4-byte little-endian integer
12
- const char * npy_int;
13
// 8-byte little-endian unsigned integer
14
const char * npy_size_t;
15
// 8-byte little-endian floating point
0 commit comments