Files
c-mariadb-example/include/utils.h
2022-10-04 16:14:18 +02:00

6 lines
83 B
C

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