11 lines
161 B
C
11 lines
161 B
C
|
#pragma once
|
||
|
|
||
|
/**
|
||
|
* @file sys/limits.h
|
||
|
* @brief Historical synonym for `<limits.h>`.
|
||
|
*
|
||
|
* New code should use `<limits.h>` directly.
|
||
|
*/
|
||
|
|
||
|
#include <limits.h>
|