blob: 33ccaee25f0ce22d9cc5906f00a1226941741258 [file] [log] [blame]
Elliott Hughes462e90c2018-08-21 16:10:48 -07001#pragma once
2
3/**
4 * @file sys/limits.h
5 * @brief Historical synonym for `<limits.h>`.
6 *
7 * New code should use `<limits.h>` directly.
8 */
9
Elliott Hughes9af74902016-11-29 18:06:34 -080010#include <limits.h>