Files
my-os-project2/ulib/std/limits.h
2025-09-13 15:43:31 +02:00

7 lines
113 B
C

#ifndef ULIB_STD_LIMITS_H_
#define ULIB_STD_LIMITS_H_
#include <machine/limits.h>
#endif // ULIB_STD_LIMITS_H_