ArvernOS
Loading...
Searching...
No Matches
stdio.h File Reference
#include <printf.h>
Include dependency graph for stdio.h:
This graph shows which files directly or indirectly include this file:

Functions

void _putchar (char c)
 
void putchar (char c)
 
unsigned char getchar ()
 

Function Documentation

◆ _putchar()

void _putchar ( char c)

This function is needed for the external/printf lib.

◆ getchar()

unsigned char getchar ( )

Gets a character (an unsigned char) from the keyboard.

Returns
the character read

◆ putchar()

void putchar ( char c)

Writes a character to the screen.

Parameters
ca character to be written