Programming and posix - February 2001
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
11
12
13
14
15
16
17
18
19
20
February 10, 2001
Solution Symposium
Page
15
hp e3000
progr
ammi
ng
and
posix
a simp
le program
- 1
•
Create the sou
rce file
hw
.c:
#include <
stdio
.h> /*
printf
() */
main()
{
printf
("hello world
\
n");
}
1
...
...
13
14
15
16
17
...
...
91