Files
.github
.vscode
Architecture
Core
Library
include
boot
assert.h
bitmap.hpp
cargs.h
convert.h
cpu.hpp
cstring
debug.h
display.hpp
hashmap.hpp
interrupts.hpp
io.h
kconfig.hpp
limits.h
lock.hpp
memory.hpp
pci.hpp
power.hpp
printf.h
smp.hpp
symbols.hpp
sys.h
syscalls.hpp
time.hpp
types.h
uart.hpp
vector.hpp
.gitignore
Doxyfile
Fennix Kernel.code-workspace
KConfig.cpp
Kernel.cpp
LICENSE
Makefile
README.md
kernel.h
Kernel/include/cstring
2022-10-20 01:06:20 +03:00

3 lines
34 B
Plaintext

#pragma once
#include <convert.h>