diff src/include/utils.h @ 7:be4835547dd0

clean up code, convert git files to hg, etc.
author Paper
date Fri, 16 Dec 2022 20:35:06 -0500
parents
children 07f0e2f43204
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/include/utils.h	Fri Dec 16 20:35:06 2022 -0500
@@ -0,0 +1,7 @@
+#ifndef __utils_h
+#define __utils_h
+
+long long get_system_time_in_milliseconds(void);
+unsigned int crc32b(unsigned char *message);
+
+#endif
\ No newline at end of file