Files
basickernel/kernel/util.h

3 lines
70 B
C

#pragma once
void memory_copy(char *src, char *dest, unsigned int n);