mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 00:22:29 -05:00
random longness fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5950 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aac6e7d24e
commit
effb196053
3 changed files with 25 additions and 23 deletions
|
|
@ -259,8 +259,8 @@ struct plugin_api {
|
|||
#endif
|
||||
|
||||
/* misc */
|
||||
void (*srand)(unsigned long seed);
|
||||
long (*rand)(void);
|
||||
void (*srand)(unsigned int seed);
|
||||
int (*rand)(void);
|
||||
void (*qsort)(void *base, size_t nmemb, size_t size,
|
||||
int(*compar)(const void *, const void *));
|
||||
int (*kbd_input)(char* buffer, int buflen);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue