Nut/OS  4.10.3
API Reference
putf.c File Reference
#include <cfg/crt.h>
#include <string.h>
#include "nut_io.h"
#include <stdlib.h>
#include <memdebug.h>
#include <math.h>
Include dependency graph for putf.c:
This graph shows which files directly or indirectly include this file:

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.