GitOS
Operating system exercise
Loading...
Searching...
No Matches
stdio.h File Reference

Go to the source code of this file.

Functions

void putc (char c)
 
void puts (const char *s)
 
void printf (const char *fmt,...)
 
int getc ()
 
void debug_putc (char c)
 
void debug_puts (const char *s)
 
void debug_printf (const char *fmt,...)
 

Function Documentation

◆ debug_printf()

void debug_printf ( const char *  fmt,
  ... 
)

References debug_puts(), memset(), and vsprintf().

◆ debug_putc()

void debug_putc ( char  c)

◆ debug_puts()

void debug_puts ( const char *  s)

◆ getc()

int getc ( )

◆ printf()

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

◆ putc()

void putc ( char  c)

◆ puts()

void puts ( const char *  s)