fdtype
struct fdtype *type;
struct fdtype *type;
struct fdtype * fdcgetfdtype(int);
struct fdtype fdtype[] = {
int nfdtype = __arraycount(fdtype);
struct fdtype *
struct fdtype *ftp;
for (cnt = 0, ftp = fdtype; cnt < nfdtype; ftp++, cnt++)
return(fdtype);