Commit 1ffca61
ENH: Add IOComponent enum
The name `SCHAR` appears clearer than `CHAR`, because it is intended to specify
a _signed_ char type.
The abbreviation `SCHAR` is already used to denote `signed char` in C and C++
(`SCHAR_MAX`) as well as in HDF5 (`H5T_NATIVE_SCHAR`).SCHAR for signed char (equivalent to CHAR)1 parent 4c38534 commit 1ffca61
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
0 commit comments