home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
379a.lha
/
p2c1_13a
/
HP
/
include
/
hpib_1.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-06-03
|
710b
|
36 lines
/* 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. */