ReC98/th04/formats/bb.h

6 lines
105 B
C

#define BB_SIZE 2048
typedef char __seg* bb_seg_t;
void pascal near bb_stage_load(const char far* fn);