#include <cfg/crt.h>#include <string.h>#include "nut_io.h"#include <stdlib.h>#include <memdebug.h>#include <math.h>

Go to the source code of this file.
Defines | |
| #define | BUF 16 |
| #define | PADSIZE 16 |
| #define | ALT 0x01 |
| #define | LADJUST 0x04 |
| #define | LONGINT 0x08 |
| #define | ZEROPAD 0x10 |
Functions | |
| int | _putf (int _putb(int, CONST void *, size_t), int fd, CONST char *fmt, va_list ap) |
| Write formatted data using a given output function. | |