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