2023-02-06 19:24:05 +02:00

11 lines
223 B
C

#ifndef __FENNIX_KERNEL_non_constructor_tests_H__
#define __FENNIX_KERNEL_non_constructor_tests_H__
#ifdef DEBUG
#include <types.h>
void TestString();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__