Mercurial > wgsdk
diff src/include/utils.h @ 9:07f0e2f43204
*: add the restrict keyword when necessary
also fixed some typos in the README
author | Paper |
---|---|
date | Fri, 16 Dec 2022 21:55:37 -0500 |
parents | be4835547dd0 |
children | 42ac054c0231 |
line wrap: on
line diff
--- a/src/include/utils.h Fri Dec 16 20:46:33 2022 -0500 +++ b/src/include/utils.h Fri Dec 16 21:55:37 2022 -0500 @@ -1,7 +1,7 @@ #ifndef __utils_h #define __utils_h -long long get_system_time_in_milliseconds(void); -unsigned int crc32b(unsigned char *message); +uint64_t get_system_time_in_milliseconds(void); +uint32_t crc32b(unsigned char *message); #endif \ No newline at end of file