mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
7 lines
106 B
C
7 lines
106 B
C
|
#ifndef DJB2_H
|
||
|
#define DJB2_H
|
||
|
|
||
|
unsigned djb2( const char* str, unsigned len );
|
||
|
|
||
|
#endif /* DJB2_H */
|