home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser-CD 2001 January
/
LCD_01_2001.iso
/
develop
/
agnus143
/
agnus
/
src
/
oc_test
/
module.i
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-22
|
251 b
|
21 lines
/*
module.i -- This file contains the applications classes
*/
$classes
Cstr, Pstr
$
/* The two types Cstr and Pstr are of fixed size and
therefore not very usefull. */
$dat Cstr
Char value[250];
$
$dat Pstr
Int len;
Char value[250];
$