Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

binarysave.h

Go to the documentation of this file.
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

Generated at Mon Aug 21 00:30:54 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000