generated from wessel/boilerplate-c
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 |