use the -newos toolchain even if -elf is present.
[newos.git] / apps / rldtest / girlfriend.c
blob6e1e1fdad91dced7f81b696f26400fd0e183ace9
1 /*
2 ** Copyright 2002, Manuel J. Petit. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
6 #include <stdio.h>
8 extern void girlfriend(void);
10 void girlfriend(void)
12 printf("Freston needs a girlfriend!\n");