home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
aoflib_2
/
Example
/
c
/
program2
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-20
|
122 b
|
12 lines
/* program.c */
#include <stdio.h>
/* define prototypes for the functions */
void area(void);
int main()
{
area();
}