Programming and posix - February 2001

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