|
XenevaOS
|
#include <stdio.h>#include <aucon.h>#include <stdint.h>#include <va_list.h>#include <string.h>#include <ctype.h>
Macros | |
| #define | RAND_MAX 0x7FFFFFFF |
Functions | |
| void | debug_print (const char *text,...) |
| char * | sztoa (uint64_t value, char *str, int base) |
| void | atow (char *buf, const char *source) |
| const char * | int_to_str (int value) |
| char * | ftoa (float value, uint8_t decimal_places) |
| int | atoi (const char *s) |
| void | printf (const char *format,...) |
| int | rand () |
| void | srand (unsigned int seed) |
Variables | |
| char | integer_buffer [32] |
| char | float_to_string_output [32] |
| #define RAND_MAX 0x7FFFFFFF |
| int atoi | ( | const char * | s | ) |
| void atow | ( | char * | buf, |
| const char * | source | ||
| ) |
|
extern |
| char * ftoa | ( | float | value, |
| uint8_t | decimal_places | ||
| ) |
| const char * int_to_str | ( | int | value | ) |
| void printf | ( | const char * | format, |
| ... | |||
| ) |
| int rand | ( | void | ) |
| void srand | ( | unsigned int | seed | ) |
| char * sztoa | ( | uint64_t | value, |
| char * | str, | ||
| int | base | ||
| ) |
| char float_to_string_output[32] |
| char integer_buffer[32] |