substitutions.h
Go to the documentation of this file.
00001 /******************************************************************************
00002   Copyright (c) 2007 Turku PET Centre
00003 
00004   substitutions.h
00005 
00006   Version history:
00007   2006-17-07 Harri Merisaari
00008     First introduced.
00009 
00010 
00011 ******************************************************************************/
00012 #ifdef __STRICT_ANSI__
00013 char* strdup(const char* s);
00014 int strcasecmp(char *s1, char *s2);
00015 #endif
00016 /*****************************************************************************/
00017