log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
lcfOS
annotate 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
rev
line source
38
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
1
#ifndef LIBLCFOS_H
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
2
#define LIBLCFOS_H
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
3
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
4
/* Exit program system call */
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
5
void exit();
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
6
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
7
/* Print string to screen */
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
8
void print_string(char *str);
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
9
a1c9c2158e99
Directory cleanup
windel
parents:
diff
changeset
10
#endif