Programming and posix getting started
Manuals
Brands
HP Manuals
Software
MPE/iX 6.5 Operating System
1
2
3
4
5
6
7
8
9
10
6
A Simple Prog
ram
- 2
•
Compile an
d link the source file:
>
c89
-
o
hw
-
D_PO
SIX_SOURCE
hw
.c
•
Run the program:
>
hw
hello w
orld
1
...
...
4
5
6
7
8
...
...
42