/Users/maurits/Documents/studie/afstuderen/biosphere/common/str.h

Go to the documentation of this file.
00001 #ifndef STR_H_
00002 #define STR_H_
00003 
00004 #include <biosphere.h>
00005 #include "list.h"
00006 
00013 bs_bool streq(const char *s1, const char *s2);
00014 
00023 void strtokenize(bs_list *result, const char *string, const char *delim);
00024 
00025 #endif /*STR_H_*/

Generated on Tue Jul 17 09:50:52 2007 for Bio-SPHERE by  doxygen 1.5.1