My Project
interfile.h
Go to the documentation of this file.
1 /******************************************************************************
2 
3  interfile.h Turku PET Centre
4 
5 
6 
7 DATE:
8  2005-04-05 (krs) (Roman Krais)
9 
10 ******************************************************************************/
11 #ifndef _INTERFILE_H_
12 #define _INTERFILE_H_
13 /*****************************************************************************/
14 /* Backup file extension */
15 #ifndef BACKUP_EXTENSION
16 #define BACKUP_EXTENSION ".bak"
17 #endif
18 /*****************************************************************************/
19 extern int interfile_read(char headerName[256], char searchWord[256], char returnValue[256], char errorMessage[300]);
20 /*****************************************************************************/
21 
22 #endif
int interfile_read(char headerName[256], char searchWord[256], char returnValue[256], char errorMessage[300])
Definition: interfile.c:70