summaryrefslogtreecommitdiff
path: root/include/libc.h
blob: 3ae187a0e246b69ad2f959b961937f4af9c870eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef DECOMP_LIB_C
#define DECOMP_LIB_C

#include "common.h"

extern "C" {

// void *memset(void *dest, s32 value, u32 count);
// void *memcpy(void *dest, const void *src, u32 count);
}

#endif