DTLib/DtsodC/tests/tests.h

12 lines
180 B
C

#pragma once
#include "../src/base/base.h"
void printuni(Unitype v);
void test_searchtree();
void test_autoarr2();
void test_hashtable();
void test_string();
void test_dtsod();