caos-with-snake/string.h

6 lines
90 B
C
Raw Normal View History

2022-11-14 01:01:22 +03:00
#pragma once
typedef unsigned size_t;
void kmemmove(char* dst, char* src, size_t size);