Skip to content
Snippets Groups Projects
Commit 47f1edf5 authored by 数学の武士's avatar 数学の武士
Browse files

add namespace

parent bd775a10
No related merge requests found
......@@ -2,6 +2,8 @@
#include "TemplateParameters.h"
#include <cstddef>
namespace memproc
{
template <MemType memtype>
bool realloc(void *&array, size_t &allocated_size, const size_t new_size);
......@@ -10,3 +12,4 @@ bool dealloc(void *&array, size_t &allocated_size);
template <MemType dst_memtype, MemType src_memtype>
bool memcopy(void *dst, const void* src, const size_t copy_elem_size);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment