My Project
substitutions.h
Go to the documentation of this file.
1/******************************************************************************
2 Copyright (c) 2007 Turku PET Centre
3
4 substitutions.h
5
6 Version history:
7 2006-17-07 Harri Merisaari
8 First introduced.
9
10
11******************************************************************************/
12#ifdef __STRICT_ANSI__
13char* strdup(const char* s);
14int strcasecmp(char *s1, char *s2);
15#endif
16/*****************************************************************************/
17