#ifndef __SELECT_H
#define __SELECT_H
#ifndef _SELECT_EXTENSION
This header file is an extension to ANSI/POSIX
#endif
#pragma lib "/$M/lib/ape/libap.a"
/* BSD select, and adjunct types and macros */
/* assume 96 fds is sufficient for fdset size */
typedef struct fd_set {
long fds_bits[3];
} fd_set;