repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use the -newos toolchain even if -elf is present.
[newos.git]
/
apps
/
rldtest
/
girlfriend.c
blob
6e1e1fdad91dced7f81b696f26400fd0e183ace9
1
/*
2
** Copyright 2002, Manuel J. Petit. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
6
#include <stdio.h>
7
8
extern
void
girlfriend
(
void
);
9
10
void
girlfriend
(
void
)
11
{
12
printf
(
"Freston needs a girlfriend!
\n
"
);
13
}