1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/include/hash_string.h

8 lines
160 B
C
Raw Normal View History

2010-09-22 17:25:19 +02:00
#ifndef __HASH_STRING_H
2013-06-22 17:58:19 +02:00
#define __HASH_STRING_H
2010-09-22 17:25:19 +02:00
unsigned long hash_string(unsigned char *str);
2013-06-22 17:58:19 +02:00
int cmp_string(char *a, char *b);
2010-09-22 17:25:19 +02:00
#endif /* __HASH_STRING_H */