#include "nut_io.h"
#include <string.h>
#include <sys/heap.h>
Go to the source code of this file.
Functions | |
static int | _sputb (int fd, CONST void *buffer, size_t count) |
int | vsprintf_P (char *buffer, PGM_P fmt, va_list ap) |
Write argument list to a string using a given format. |