#include "nut_io.h"
#include <string.h>
#include <io.h>
Go to the source code of this file.
Functions | |
static int | _sgetb (int fd, void *buffer, size_t count) |
int | vsscanf (CONST char *string, CONST char *fmt, va_list ap) |
Read formatted data from a string. |