#pragma once #ifdef __cplusplus extern "C" { #endif /************************ *** Team Kitty, 2020 *** *** Chroma *** ***********************/ /* Defines all of the temporary library functions. * All of this must be moved into the Chroma stdlib. * They exist here as guidance, and as utility for the kernel itself. * If need be, they can also be moved into a trimmed-down "kernel libc" or "libk". */ #include #include #include #include #include #ifdef __cplusplus } // extern "C" #endif