home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource4 / 290_01 / dfa.h < prev    next >
Text File  |  1990-05-14  |  384b  |  11 lines

  1. /*
  2.    DFA.H - dfa.c prototypes, FLEX project 1/89 DrH
  3. */
  4.  
  5. extern  int *epsclosure( int *, int *, int [], int *, int *) ;
  6. extern  void increase_max_dfas( void) ;
  7. extern  int snstods( int [], int, int [], int, int, int * ) ;
  8. extern  int symfollowset( int [], int, int, int[] ) ;
  9. extern  void sympartition( int [], int, int [], int [] ) ;
  10.  
  11.