#include <stdio.h>Go to the source code of this file.
Defines | |
| #define | PUTCHAR(c) putc((c),stream) |
| #define | PRINTN(n, b) printn(stream,(n),(b)) |
Functions | |
| void | fgenf (FILE *stream, char *fmt) |
| printn (FILE *stream, long n, unsigned b) | |
| #define PRINTN | ( | n, | |||
| b | ) | printn(stream,(n),(b)) |
| #define PUTCHAR | ( | c | ) | putc((c),stream) |
| void fgenf | ( | FILE * | stream, | |
| char * | fmt | |||
| ) |
| printn | ( | FILE * | stream, | |
| long | n, | |||
| unsigned | b | |||
| ) |
1.5.4