14 lines
195 B
C
14 lines
195 B
C
/*----------------*\
|
|
|Nanite OS |
|
|
|Copyright (C) 2026|
|
|
|Xircon |
|
|
\*----------------*/
|
|
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#define NULL ((void*)0)
|
|
|
|
typedef unsigned int size_t;
|
|
|