Ok, since the beginning of time, the following has worked in every known unix:
/* hello_world.c */
#include "/usr/include/stdio.h"
main()
{
printf("hello world\n");
}
cc -o hello_world hello_world.c
except it barfs pretty badly in DFLY. What's the
trick?
DT
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
