Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 16
hp e3000
programming
and posix
a simple program - 1
Create the source file hw.c:
#include <stdio.h> /* printf() */
main()
{
printf("hello world\n");
}