mirror of
https://github.com/Wessel/boilerplate-c.git
synced 2026-06-06 02:35:46 +02:00
7 lines
96 B
C
7 lines
96 B
C
/* util.h */
|
|
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
const unsigned long hash(const char *str);
|
|
|
|
#endif |