2025-05-13 19:45:22 +03:00

23 lines
197 B
C

#ifndef TESTS_H
#define TESTS_H
#include <ph.h>
VOID Test_basesup(
VOID
);
VOID Test_avltree(
VOID
);
VOID Test_format(
VOID
);
VOID Test_util(
VOID
);
#endif