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_*/