00001 00006 #include <stdio.h> 00007 00008 #ifndef __BINARYSAVE_H_ 00009 #define __BINARYSAVE_H_ 00010 00011 /* Public routines */ 00012 int binaryWeightsFileRead( FILE *infile ); 00013 int binaryWeightsFileWrite( FILE *outfile ); 00014 void printTokens( FILE *infile ); 00015 void binarysave_init_hook( void ); 00016 00017 #endif
1.2.1 written by Dimitri van Heesch,
© 1997-2000