Added string class

This commit is contained in:
Alex
2023-02-06 19:24:05 +02:00
parent 0ddda954f6
commit 70ffb9936e
4 changed files with 354 additions and 1 deletions

10
Tests/t.h Normal file
View File

@ -0,0 +1,10 @@
#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__