00001 00013 #ifndef JAUNE_JLJSTRING_H 00014 #define JAUNE_JLJSTRING_H 1 00015 00016 String *JLJString_new(const char *sz); 00017 00018 #endif