|
MPSolve 3.2.2
|
Porting of getline() freely taken from the Android sources. More...
Macros | |
| #define | SIZE_MAX ((size_t)-1) |
| #define | SSIZE_MAX ((ssize_t)(SIZE_MAX / 2)) |
| #define | flockfile(x) |
| #define | funlockfile(x) |
Functions | |
| ssize_t | getline (char **lineptr, size_t *n, FILE *stream) |
Porting of getline() freely taken from the Android sources.
| #define flockfile | ( | x | ) |
| #define funlockfile | ( | x | ) |