#include <common/nstring.h>
#include <common/main.h>
Go to the source code of this file.
Data Structures | |
class | input_ty |
class | input |
Functions | |
string_ty * | input_name (input_ty *ip) |
void | input_delete (input_ty *ip) |
int | input_getc (input_ty *ip) |
void | input_ungetc (input_ty *ip, int c) |
long | input_length (input_ty *ip) |
long | input_read (input_ty *ip, void *data, size_t nbytes) |
void | input_fatal_error (input_ty *ip, const char *msg) |
void input_fatal_error | ( | input_ty * | ip, | |
const char * | msg | |||
) | [inline] |
long input_read | ( | input_ty * | ip, | |
void * | data, | |||
size_t | nbytes | |||
) | [inline] |