12 lines
175 B
C
12 lines
175 B
C
#pragma once
|
|
|
|
#include "../base/base.h"
|
|
|
|
void printuni(Unitype v);
|
|
|
|
void test_searchtree();
|
|
void test_autoarr();
|
|
void test_hashtable();
|
|
void test_string();
|
|
void test_dtsod();
|