wut  v1.7.0
Wii U Toolchain
copydata.h
Go to the documentation of this file.
1 #pragma once
2 #include <wut.h>
3 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
15 void
17 
18 BOOL
19 __OSAppendCopyData(const void *data,
20  uint32_t size);
21 
22 void *
24 
25 uint32_t
27 
28 BOOL
29 __OSResizeCopyData(uint32_t size);
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
uint32_t __OSGetCopyDataSize()
BOOL __OSAppendCopyData(const void *data, uint32_t size)
BOOL __OSResizeCopyData(uint32_t size)
void __OSClearCopyData()
void * __OSGetCopyDataPtr()
int32_t BOOL
Definition: wut_types.h:7