|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <miniOS/drivers/console.h>#include <miniOS/io.h>#include <miniOS/types.h>#include <string.h>
Macros | |
| #define | OUTPUTCHAR(c) |
| #define | OUTPUTSTRING(s) |
Functions | |
| char * | __int_str (intmax_t i, char b[], int base, bool plusSignIfNeeded, bool spaceSignIfNeeded, int paddingNo, bool justify, bool zeroPad) |
| char * | __uint_str (uintmax_t i, char b[], int base, bool plusSignIfNeeded, bool spaceSignIfNeeded, int paddingNo, bool justify, bool zeroPad) |
| void | displayCharacter (char c, int *a) |
| void | displayString (char *c, int *a) |
| int | vsnprintf (char *str, size_t size, const char *format, va_list list) |
| #define OUTPUTCHAR | ( | c | ) |
| #define OUTPUTSTRING | ( | s | ) |
| char * __int_str | ( | intmax_t | i, |
| char | b[], | ||
| int | base, | ||
| bool | plusSignIfNeeded, | ||
| bool | spaceSignIfNeeded, | ||
| int | paddingNo, | ||
| bool | justify, | ||
| bool | zeroPad ) |


| char * __uint_str | ( | uintmax_t | i, |
| char | b[], | ||
| int | base, | ||
| bool | plusSignIfNeeded, | ||
| bool | spaceSignIfNeeded, | ||
| int | paddingNo, | ||
| bool | justify, | ||
| bool | zeroPad ) |


| void displayCharacter | ( | char | c, |
| int * | a ) |


| void displayString | ( | char * | c, |
| int * | a ) |

