WiiFlow_Lite/resources/app_booter/source/string.h

10 lines
161 B
C
Raw Normal View History

2012-01-21 21:57:41 +01:00
#ifndef STRING_H_
#define STRING_H_
#include <stdio.h>
void *memcpy(void *dst, const void *src, size_t len);
void *memset(void *b, int c, size_t len);
#endif