C Programming

Programs

Compiling methods

At first, you should download a program `nanzan.h', and set a execution bit
of this file(you type a command as follows):

prompt% chmod +x compile

Then, you can execute the following commands.

prompt% compile main.c
prompt% a.out
prompt% compile samp1.c
prompt% a.out
prompt% compile samp2.c
prompt% a.out
prompt% compile samp3.c
prompt% a.out
MON NOV 29 10:22:58 1999