18 lines
260 B
C
18 lines
260 B
C
#pragma once
|
|
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "std.h"
|
|
#include "errors.h"
|
|
#include "cptr.h"
|
|
#include "optime.h"
|
|
#include "type_system/types.h"
|
|
#include "type_system/unitype.h"
|
|
#include "init.h"
|
|
#include "kprint/kprint.h"
|
|
|
|
#if __cplusplus
|
|
}
|
|
#endif |