This is driver.c in view mode; [Download] [Up]
/* DJ - tcc 2.0 can't handle "far driver[]" */ /* #define DRIVER_CODE far builtin_driver_code */ #define DRIVER_CODE builtin_driver_code /* DJ - end */ #include "driver.h" int builtin_driver_size = sizeof(builtin_driver_code) - 16;
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.