ftp.nice.ch/pub/next/graphics/3d/geomview.1.4.1.s.tar.gz#/Geomview/src/lib/oogl/wa/wa.h

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.