#include "../error/error.h"#include "Object.h"Go to the source code of this file.
Functions | |
| int | nps_initFile (nps_error_t *) |
| struct File * | File_open (nps_error_t *error, const char *const str, const char *const mode) |
| int | File_close (struct File *file, nps_error_t *error) |
| ssize_t | File_getl (struct File *file, char **lineptr, size_t *n) |
Variables | |
| struct File * | File |
| int File_close | ( | struct File * | file, | |
| nps_error_t * | error | |||
| ) |
| ssize_t File_getl | ( | struct File * | file, | |
| char ** | lineptr, | |||
| size_t * | n | |||
| ) |
| struct File* File_open | ( | nps_error_t * | error, | |
| const char *const | str, | |||
| const char *const | mode | |||
| ) | [read] |
| int nps_initFile | ( | nps_error_t * | ) |
1.6.3