6 lines
90 B
C
6 lines
90 B
C
#pragma once
|
|
|
|
typedef unsigned size_t;
|
|
|
|
void kmemmove(char* dst, char* src, size_t size);
|