#include "ion.h"
#include <common/i_integer.h>
#include <suifkernel/suifkernel_messages.h>
#include <stdarg.h>
#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <stdio.h>
Defines | |
#define | ASCII_TYPE_SPACE(x) ((sizeof(x) * CHAR_BIT) + 3) |
#define | ASCII_POINTER_SPACE 200 |
#define | DEFAULT_INIT_STRING_ION_SPACE 80 |
Functions | |
void | init_ion (SuifEnv *) |
Variables | |
ion* | stdout_ion = new file_ion(stdout) |
ion* | stderr_ion = new file_ion(stderr) |
|
|
|
|
|
|