This is hpib_1.h in view mode; [Download] [Up]
/* Header for module hpib_1, generated by p2c */ #ifndef HPIB_1_H #define HPIB_1_H #ifndef IODECLARATIONS_H #include <p2c/iodecl.h> #endif #ifdef HPIB_1_G # define vextern #else # define vextern extern #endif extern Void send_command PP((int select_code, int command)); extern char my_address PP((int select_code)); extern boolean active_controller PP((int select_code)); extern boolean system_controller PP((int select_code)); extern char addr_to_talk PP((long device)); extern char addr_to_listen PP((long device)); extern char set_to_talk PP((long device)); extern char set_to_listen PP((long device)); extern boolean end_set PP((int select_code)); #undef vextern #endif /*HPIB_1_H*/ /* End. */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.