1
0
mirror of https://github.com/Wessel/boilerplate-c.git synced 2026-07-18 05:43:56 +02:00
Files
boilerplate-c/include/utils.h

6 lines
83 B
C

#ifndef UTILS_H
#define UTILS_H
const unsigned long hash(const char *str);
#endif