#include <gpib/ib.h>
int ibrsp(int ud, char *result);
int ibrsp
ibrsp() serial polls the device specified by ud. The status byte is stored in the location specified by result.
The value of ibsta is returned.