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