00001 #ifndef UTIL_H_ 00002 #define UTIL_H_ 00003 00004 #include <biosphere.h> 00005 00012 bs_bool streq(const char *s1, const char *s2); 00013 00019 inline unsigned len(const char *s); 00020 00028 bs_bool decision_to_bool(const char *s); 00029 00030 double min(double s1, double s2, double s3); 00031 00032 double max(double s1, double s2, double s3); 00033 00034 #endif /*UTIL_H_*/