home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
as_1
/
source_h_storage
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-20
|
266 b
|
22 lines
/*
* storage.h
* Copyright © 1992 Niklas Röjemo
*/
#ifndef _storage_h
#define _storage_h
#ifndef _value_h
#include "value.h"
#endif
#ifndef _symbol_h
#include "symbol.h"
#endif
Value storageValue(void);
void c_record(void);
void c_alloc(Symbol *sym);
#endif