Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector

This commit is contained in:
Alex
2023-04-10 05:29:41 +03:00
parent b4dbf2c281
commit 70e11f17e7
31 changed files with 718 additions and 352 deletions

View File

@@ -15,9 +15,5 @@
along with Fennix Kernel. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef __FENNIX_KERNEL_CSTRING_H__
#define __FENNIX_KERNEL_CSTRING_H__
#pragma once
#include <convert.h>
#endif // !__FENNIX_KERNEL_CSTRING_H__