3 lines
70 B
C
3 lines
70 B
C
![]() |
#pragma once
|
||
|
void memory_copy(char *src, char *dest, unsigned int n);
|