X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2Fstr_util.h;h=b73da8a43c0cca8f182f0bd27861eb527ee23527;hb=860d8c023b82eeca9833d4a3f534c6d11a9523f3;hp=2a1a599b5ae5c8b25baaef0a08afe9767de12c6b;hpb=1e9f874ec2f1072c1916db24d59b040eb0fe93cc;p=libplp.git 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_ */