/* * $Id: fformat.h,v 1.2 1996/03/25 07:24:27 ms Exp $ * * * $Log: fformat.h,v $ * Revision 1.2 1996/03/25 07:24:27 ms * Changes according to changes in fformat_.cxx * * Revision 1.1 1996/02/27 07:21:38 ms * Dropped any sidtune/file variables to class sidtune.cxx * * Revision 1.0 1996/02/11 15:03:58 ms * Initial revision * */ #ifndef __FFORMAT_H #define __FFORMAT_H #include #include "mytypes.h" extern const char* field_id1; extern const char* field_id2; extern const char* field_id3; extern const char* field_id4; extern const char* field_id5; extern const char* field_id6; extern const char* field_id7; extern const char* field_id8; extern const char* field_id9; extern int mystrncasecmp( char*, const char* ); extern udword readhex( istrstream& ); extern udword readdec( istrstream& ); extern char* returnnextline( char* ); extern void terminatethisline( char* ); #endif