Files
inh-ros2/lib/util.h
2025-09-02 10:27:53 +02:00

7 lines
96 B
C

/* util.h */
#ifndef UTILS_H
#define UTILS_H
const unsigned long hash(const char *str);
#endif