5 lines
74 B
C++
5 lines
74 B
C++
#pragma once
|
|
|
|
// Used for memcpy, memcmp, strcpy, ...
|
|
|
|
#include <cstring>
|