25#include "rflex-info.h"
27#define MAX_NAME_LENGTH 256
29long bytesWaiting(
int sd );
37#define BUFFER_LENGTH 512
39int writeData(
int fd,
unsigned char *buf,
int nChars );
41int waitForAnswer(
int fd,
unsigned char *buf,
int *len );
Definition rflex-info.h:112