Mercurial > wgsdk
view src/include/utils.h @ 8:00399cc5f7ce
git leftovers: remove .gitignore
author | Paper |
---|---|
date | Fri, 16 Dec 2022 20:46:33 -0500 |
parents | be4835547dd0 |
children | 07f0e2f43204 |
line wrap: on
line source
#ifndef __utils_h #define __utils_h long long get_system_time_in_milliseconds(void); unsigned int crc32b(unsigned char *message); #endif