|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <ctype.h>#include <stdio.h>#include <string.h>Macros | |
| #define | UNLIMITED_LENGTH (~(uint)0) |
Enumerations | |
| enum | integer_size { SHORT_SHORT_SIZE, SHORT_SIZE, REGULAR_SIZE, LONG_SIZE, SHORT_SIZE = 0, REGULAR_SIZE, LONG_SIZE } |
Functions | |
| int | _doscan (const char *fmt, va_list ap, int(*getch)(int, int), int(*ungetch)(int, int), int arg1, int arg2) |
1.8.5