This is hgrconv.h in view mode; [Download] [Up]
/* * hgrconv.h */ extern void apple_to_next (const unsigned char *a2buf, unsigned char nextbuf[192][72], int first_row, int height); extern int find_changed_areas (const unsigned char *scr1, const unsigned char *scr2, unsigned char changed[192/16]); extern void copy_changed_areas (const unsigned char *src, unsigned char *dst, const unsigned char changed[192/16]);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.