00001 /* utils.h 00002 * Last modified: 00003 * Authors: Leon Koch <leon@redfishsoftware.com.au> 00004 */ 00008 #ifndef UTILS_H 00009 #define UTILS_H 00010 00011 #ifdef HAVE_CONFIG_H 00012 #include <config.h> 00013 #endif 00014 00015 #include <stdlib.h> 00016 00018 char *substr(char *s, int start, int end); 00019 00020 #endif