Armadillo  0.1.1
TheexpandableOS
All Data Structures Files Functions Typedefs Enumerations Macros Pages
stdio.h
Go to the documentation of this file.
1 
6 #ifndef __STDIO_H_
7 #define __STDIO_H_
8 
9 #include <mips/adresses.h>
10 
16 void printk(const char* s);
24 void printf(const char *s, ...);
30 void print_to_ascii(const char *s);
37 void print_to_led(const int p);
41 void reset_led();
42 
43 #endif
void printf(const char *s,...)
Definition: stdio.c:36
void reset_led()
Definition: stdio.c:61
void print_to_ascii(const char *s)
Definition: stdio.c:54
Adresses.
void print_to_led(const int p)
Definition: stdio.c:66
void printk(const char *s)
Definition: stdio.c:29