comparison cos/hello/liblcfos.h @ 38:a1c9c2158e99

Directory cleanup
author windel
date Fri, 03 Feb 2012 18:38:44 +0100
parents
children
comparison
equal deleted inserted replaced
37:5c20bd53cccd 38:a1c9c2158e99
1 #ifndef LIBLCFOS_H
2 #define LIBLCFOS_H
3
4 /* Exit program system call */
5 void exit();
6
7 /* Print string to screen */
8 void print_string(char *str);
9
10 #endif