14 #if defined(__WATCOMC__) 19 # if defined(__FLAT__) || defined(__LARGE__) 32 struct box const*
const i_box);
36 void const __FAR* i_block,
37 struct box const*
const i_box);
44 # define block_free(_block) free((_block)) 46 # define block_free(_block) _ffree((_block)) void block_free(void __FAR *i_block)
void block_write(void const __FAR *i_block, struct box const *const i_box)
write a block of screen memory
Definition: block.c:67
void __FAR * block_read(struct box const *const i_box)
read a block of screen memory
Definition: block.c:25
defines a rectangular region
Definition: box.h:12