comparison src/include/utils.h @ 10:42ac054c0231

*: huge refactoring dirtools now uses wchar (wayyy overdue) the timer doesn't have a stupid design anymore we don't use windows.h at all now ...
author Paper <paper@paper.us.eu.org>
date Sun, 11 Feb 2024 19:43:31 -0500
parents 07f0e2f43204
children
comparison
equal deleted inserted replaced
9:07f0e2f43204 10:42ac054c0231
1 #ifndef __utils_h 1 #ifndef __utils_h
2 #define __utils_h 2 #define __utils_h
3
4 #include <stdint.h>
3 5
4 uint64_t get_system_time_in_milliseconds(void); 6 uint64_t get_system_time_in_milliseconds(void);
5 uint32_t crc32b(unsigned char *message); 7 uint32_t crc32b(unsigned char *message);
6 8
7 #endif 9 #endif