quots.h
Go to the documentation of this file.
1 /******************************************************************************
2  Copyright (c) 2006 by Turku PET Centre
3 
4  quots.h
5 
6 
7 Modification history:
8 2006-10-23 Vesa Oikonen
9  First created.
10 
11 
12 ******************************************************************************/
13 #ifndef _QUOTS_H
14 #define _QUOTS_H
15 /*****************************************************************************/
16 char *strstr_noquotation(const char *str1, const char *str2);
17 /*****************************************************************************/
18 #endif
19