workaround a problem with the harmattan gcc
[drnoksnes] / misc.h
1 #ifndef _MISC_H_
2 #define _MISC_H_
3
4 #include "port.h"
5
6 START_EXTERN_C
7 extern void memcpy32(void *dest, const void *src, int count);
8 extern void memset32(void *dest, int c, int count);
9 END_EXTERN_C
10
11 #endif