This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
RetroArch
mirror of
https://github.com/libretro/RetroArch.git
Watch
1
Star
0
Fork
You've already forked RetroArch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a731f18fa2
RetroArch
/
libretro-db
/
djb2.h
7 lines
106 B
C
Raw
Blame
History
#
ifndef DJB2_H
#
define DJB2_H
unsigned
djb2
(
const
char
*
str
,
unsigned
len
)
;
#
endif
/* DJB2_H */
Reference in New Issue
View Git Blame
Copy Permalink