7 lines
106 B
C
Raw Normal View History

#ifndef DJB2_H
#define DJB2_H
unsigned djb2( const char* str, unsigned len );
#endif /* DJB2_H */