home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ST-Computer Leser-CD 2001 January
/
LCD_01_2001.iso
/
develop
/
agnus143
/
agnus
/
src
/
oc_test
/
new.m
< prev
next >
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
|
1998-04-29
|
257 b
|
23 lines
/*
EXAMPLE 5: new.m -- New & Free for supported classes.
*/
#include <oc.h>
#include "module.h"
#include "d_module.h"
/* Pure data. Thus clone and free works fine. */
$new Cstr ()
*..value = 0;
$clone
$free
$
$new Pstr ()
..len = 0;
$clone
$free
$