basickernel/kernel/util.h

3 lines
70 B
C
Raw Normal View History

2018-02-26 14:02:25 +00:00
#pragma once
void memory_copy(char *src, char *dest, unsigned int n);