diff options
Diffstat (limited to 'tests/allocator.hpp')
-rw-r--r-- | tests/allocator.hpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/allocator.hpp b/tests/allocator.hpp index 677fbe4..cb52c91 100644 --- a/tests/allocator.hpp +++ b/tests/allocator.hpp @@ -1,10 +1,10 @@ -#ifndef HEADER_TEST_ALLOCATOR_HPP
-#define HEADER_TEST_ALLOCATOR_HPP
-
-#include <stddef.h>
-
-void* memory_allocate(size_t size);
-size_t memory_size(void* ptr);
-void memory_deallocate(void* ptr);
-
-#endif
+#ifndef HEADER_TEST_ALLOCATOR_HPP +#define HEADER_TEST_ALLOCATOR_HPP + +#include <stddef.h> + +void* memory_allocate(size_t size); +size_t memory_size(void* ptr); +void memory_deallocate(void* ptr); + +#endif |