This is wa.h in view mode; [Download] [Up]
#ifndef _WA_H_
#define _WA_H_
/* Word acceptor structure: */
typedef struct {
int start, fail, state;
int nstates, ngens;
char **genlist;
int **action;
} wa;
#endif
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.