9 lines
142 B
C
9 lines
142 B
C
#ifndef TEST_ALLOCATOR_H
|
|
#define TEST_ALLOCATOR_H
|
|
|
|
#include "wapp.h"
|
|
|
|
TestFuncResult test_arena_allocator(void);
|
|
|
|
#endif // !TEST_ALLOCATOR_H
|