#include <cfg/crt.h>#include "nut_io.h"#include <ctype.h>#include <limits.h>#include <stdlib.h>#include <string.h>

Go to the source code of this file.
Defines | |
| #define | CF_LONG 0x01 |
| #define | CF_SUPPRESS 0x02 |
| #define | CF_SIGNOK 0x04 |
| #define | CF_NDIGITS 0x08 |
| #define | CF_PFXOK 0x10 |
| #define | CF_NZDIGITS 0x20 |
| #define | CF_DPTOK 0x10 |
| #define | CF_EXPOK 0x20 |
| #define | CT_CHAR 0 |
| #define | CT_STRING 2 |
| #define | CT_INT 3 |
| #define | CT_FLOAT 4 |
Functions | |
| int | _getf (int _getb(int, void *, size_t), int fd, CONST char *fmt, va_list ap) |
| Read formatted data using a given input function. | |