Go to the source code of this file.
Defines | |
| #define | MININT (1 << (sizeof(int) * 8 - 1)) |
| #define | MAXCHUNK (~MININT) |
Functions | |
| int | rd_bytes (fd, char *string, long cnt) |
Variables | |
| static int | maxchunk = MAXCHUNK |
|
|
Definition at line 7 of file rd_bytes.c. |
|
|
Definition at line 6 of file rd_bytes.c. Referenced by _wsi(). |
|
||||||||||||||||
|
Definition at line 19 of file rd_bytes.c. References maxchunk, n, rd_fatal(), and read. Referenced by rd_unsigned2(). |
|
|
Definition at line 12 of file rd_bytes.c. Referenced by rd_bytes(), and wr_bytes(). |
1.4.6