XenevaOS
Loading...
Searching...
No Matches
Macros | Functions | Variables
stdio.cpp File Reference
#include <stdio.h>
#include <aucon.h>
#include <stdint.h>
#include <va_list.h>
#include <string.h>
#include <ctype.h>
Include dependency graph for stdio.cpp:

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]
 

Macro Definition Documentation

◆ RAND_MAX

#define RAND_MAX   0x7FFFFFFF

Function Documentation

◆ atoi()

int atoi ( const char *  s)

◆ atow()

void atow ( char *  buf,
const char *  source 
)

◆ debug_print()

void debug_print ( const char *  text,
  ... 
)
extern

◆ ftoa()

char * ftoa ( float  value,
uint8_t  decimal_places 
)

◆ int_to_str()

const char * int_to_str ( int  value)

◆ printf()

void printf ( const char *  format,
  ... 
)

◆ rand()

int rand ( void  )

◆ srand()

void srand ( unsigned int  seed)

◆ sztoa()

char * sztoa ( uint64_t  value,
char *  str,
int  base 
)

Variable Documentation

◆ float_to_string_output

char float_to_string_output[32]

◆ integer_buffer

char integer_buffer[32]