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
5
A Simple Prog
ram
- 1
•
Create the so
urce file:
>
cat >
hw
.c
Enter/Return to start new
line
#include <
stdio
.h>
/*
printf
() */
m
ai
n()
{
printf
("hello world
\
n");
}
:
eod
or CTRL
-
Y to end
or
>
vi
hw
.c
1
...
2
3
4
5
6
7
...
...
42