Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

The only data structure you need

Name: Anonymous 2011-11-02 1:33


+-------+-------+
|       |       |
|  car  |  cdr  |
|       |       |
+-------+-------+

Name: Anonymous 2011-11-02 6:20

#define MEMORY_SIZE (640 * 1024)

union cell {
  int num;
  float flo;
  void* ptr;
};

union cell mem[MEMORY_SIZE];

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List