mirror of
https://github.com/peter-tanner/Systems-programming-labs.git
synced 2024-11-30 10:50:19 +08:00
3 lines
56 B
C
3 lines
56 B
C
#include <stdint.h>
|
|
|
|
extern uint32_t hash_string(char*); |