X-Git-Url: http://pilppa.org/gitweb/?p=libplp.git;a=blobdiff_plain;f=src%2Fstr_util.h;h=b73da8a43c0cca8f182f0bd27861eb527ee23527;hp=2a1a599b5ae5c8b25baaef0a08afe9767de12c6b;hb=860d8c023b82eeca9833d4a3f534c6d11a9523f3;hpb=65f22bbea2531f7cd492d6108b8902f92b7750a8 diff --git a/src/str_util.h b/src/str_util.h index 2a1a599..b73da8a 100644 --- a/src/str_util.h +++ b/src/str_util.h @@ -8,6 +8,16 @@ #ifndef STR_UTIL_H_ #define STR_UTIL_H_ +#include + +#ifdef __cplusplus +extern "C" +#endif char *get_as_hex_str(const char *byte_arr, int byte_count); +#ifdef __cplusplus +extern "C" +#endif +bool parse_long(const char *str, long *result); + #endif /* STR_UTIL_H_ */