home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 290_01 / misc.h < prev    next >
Text File  |  1990-05-14  |  768b  |  27 lines

  1. /*
  2.    MISC.H  - misc.c prototypes for flex project. 1/89 DrH
  3. */
  4.  
  5. void action_out( void ) ;
  6. char *allocate_array( int, int) ;
  7. void bubble( int [], int ) ;
  8. char clower( char ) ;
  9. char *copy_string( char *str ) ;
  10. void cshell( char [], int) ;
  11. void dataend( void ) ;
  12. void dataflush( void) ;
  13. char *gettimestr( void) ;
  14. void lerrif( char *, int) ;
  15. void lerrsf( char *, char *) ;
  16. void flexerror( char * ) ;
  17. void flexfatal( char * ) ;
  18. void line_directive_out( FILE *) ;
  19. void mk2data( int) ;
  20. void mkdata( int ) ;
  21. int myctoi( char * ) ;
  22. char myesc( char []) ;
  23. int otoi( char * ) ;
  24. char *reallocate_array( char *, int, int) ;
  25. void skelout( void) ;
  26. void transition_struct_out( int, int ) ;
  27.