| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef GETNDELIM2_H |
| #define GETNDELIM2_H 1 |
| |
| #include <stdio.h> |
| #include <sys/types.h> |
| |
| #define GETNLINE_NO_LIMIT ((size_t) -1) |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| extern ssize_t getndelim2 (char **lineptr, size_t *linesize, size_t offset, |
| size_t nmax, int delim1, int delim2, |
| FILE *stream); |
| |
| #endif |