00001 // -------------------------------------------------------------------------- 00002 // 00003 // DataServ.h - This file contains data services routines. 00004 // 00005 // -------------------------------------------------------------------------- 00006 // 00007 // $Author: evandro $ 00008 // $Revision: 1.3 $ 00009 // $Date: 1998/04/03 13:52:03 $ 00010 // $State: Exp $ 00011 // 00012 // -------------------------------------------------------------------------- 00013 00014 #ifndef _DATASERV_H 00015 #define _DATASERV_H 00016 00017 #include <stdio.h> 00018 00019 00020 // -------------------------------------------------------------------------- 00021 // Global Reference: 00022 00023 extern FILE *in; 00024 00025 00026 // -------------------------------------------------------------------------- 00027 // Functions Prototypes: 00028 00029 int NextLabel ( char [80] ); 00030 int ReadString ( char [80] ); 00031 void PrintHeader ( void ); 00032 void StrUpper ( char * ); 00033 void StrLower ( char * ); 00034 00035 #endif