Mercurial > wgsdk
view 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 source
#ifndef __utils_h #define __utils_h uint64_t get_system_time_in_milliseconds(void); uint32_t crc32b(unsigned char *message); #endif
