This is LYSystem.h in view mode; [Download] [Up]
#ifndef LYSYSTEM_H #define LYSYSTEM_H #ifdef VMS extern int DCLsystem PARAMS((char *command)); #define system(a) DCLsystem(a) /* use LYCurses.c routines for spawns */ #endif /* VMS */ #endif /* LYSYSTEM_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.