3 lines
70 B
C
Raw Normal View History

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