source: abuse/tags/pd/macabuse/src/lcache2.c @ 608

Last change on this file since 608 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
  • Property svn:keywords set to Id
File size: 341 bytes
Line 
1#include "lisp.hpp"
2#include "specs.hpp"
3
4// stubs... (not called)
5// andrew put your caching system here when you get it working.
6
7long block_size(Cell *level)               // return number of bytes to save this block of code
8{ return 0; }
9
10void write_level(bFILE *fp, Cell *level)
11{ ; }
12
13Cell *load_block(bFILE *fp)
14{ return NULL; }
15
16
17
18
19
Note: See TracBrowser for help on using the repository browser.