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