annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
1 #ifndef __utils_h
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
2 #define __utils_h
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
3
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
4 long long get_system_time_in_milliseconds(void);
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
5 unsigned int crc32b(unsigned char *message);
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
6
be4835547dd0 clean up code, convert git files to hg, etc.
Paper
parents:
diff changeset
7 #endif