]> pilppa.org Git - libplp.git/blobdiff - src/str_util.h
utils for getting byte array as hex str.
[libplp.git] / src / str_util.h
diff --git a/src/str_util.h b/src/str_util.h
new file mode 100644 (file)
index 0000000..2a1a599
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * str_util.h
+ *
+ *  Created on: Feb 14, 2011
+ *      Author: lamikr
+ */
+
+#ifndef STR_UTIL_H_
+#define STR_UTIL_H_
+
+char *get_as_hex_str(const char *byte_arr, int byte_count);
+
+#endif /* STR_UTIL_H_ */