log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
lcfOS
comparison cos/hello/liblcfos.h @ 38:
a1c9c2158e99
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
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