#pragma once typedef unsigned size_t; void kmemmove(char* dst, char* src, size_t size);