home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / pascal2c / hpib_2.h < prev    next >
C/C++ Source or Header  |  1992-08-03  |  970b  |  41 lines

  1. /* Header for module hpib_2, generated by p2c */
  2. #ifndef HPIB_2_H
  3. #define HPIB_2_H
  4.  
  5.  
  6.  
  7. #ifndef IODECLARATIONS_H
  8. #include <iodecl.h>
  9. #endif
  10.  
  11.  
  12.  
  13. #ifdef HPIB_2_G
  14. # define vextern
  15. #else
  16. # define vextern extern
  17. #endif
  18. extern Void abort_hpib PP((int select_code));
  19. extern Void P_clear PP((long device));
  20. extern Void P_listen PP((int select_code, int address));
  21. extern Void P_local PP((long device));
  22. extern Void local_lockout PP((int select_code));
  23. extern Void pass_control PP((long device));
  24. extern Void ppoll_configure PP((long device, long mask));
  25. extern Void ppoll_unconfigure PP((long device));
  26. extern Void P_remote PP((long device));
  27. extern Void P_secondary PP((int select_code, int address));
  28. extern Void P_talk PP((int select_code, int address));
  29. extern Void P_trigger PP((long device));
  30. extern Void P_unlisten PP((int select_code));
  31. extern Void P_untalk PP((int select_code));
  32.  
  33.  
  34.  
  35. #undef vextern
  36.  
  37. #endif /*HPIB_2_H*/
  38.  
  39. /* End. */
  40.  
  41.