14 lines
256 B
C
14 lines
256 B
C
#ifndef _KERNEL_LIBK_STD_H
|
|
#define _KERNEL_LIBK_STD_H
|
|
|
|
#include <limits.h>
|
|
#include <stdalign.h>
|
|
#include <stdarg.h>
|
|
#include <stdatomic.h>
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <stdnoreturn.h>
|
|
|
|
#endif // _KERNEL_LIBK_STD_H
|