Kintsugi OS 0.2.0
x86 Monolithic OS
Loading...
Searching...
No Matches
kklibc.h
Go to the documentation of this file.
1#ifndef KKLIBC_H
2#define KKLIBC_H
3
4#include "ctypes.h"
5#include "function.h"
6#include "math.h"
7#include "mem.h"
8#include "stdio.h"
9#include "stdlib.h"
10
11#define VERSION "v0.2.1a"
12
13#endif