#include <cfg/crt.h>
#include <string.h>
#include "nut_io.h"
#include <stdlib.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 | |
static void | _putpad (int _putb(int fd, CONST void *, size_t), int fd, char *padch, int count) |
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. | |
Variables | |
static char | blanks [PADSIZE] |
static char | zeroes [PADSIZE] |