Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stdio.h>
#include <string.h>
Macros | |
#define | LONG_BITS (8 * sizeof(unsigned long)) |
Enumerations | |
enum | integer_size { SHORT_SHORT_SIZE, SHORT_SIZE, REGULAR_SIZE, LONG_SIZE, SHORT_SIZE = 0, REGULAR_SIZE, LONG_SIZE } |
Functions | |
int | _doprnt (const char *fmt, va_list ap, int(*putc_func)(int, int), int putc_arg) |