view cos/hello/liblcfos.h @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents a1c9c2158e99
children
line wrap: on
line source

#ifndef LIBLCFOS_H
#define LIBLCFOS_H

/* Exit program system call */
void exit();

/* Print string to screen */
void print_string(char *str);

#endif