Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
limits.h
Go to the documentation of this file.
1
4
#ifndef __LIMITS_H__
5
#define __LIMITS_H__
6
7
/* The limits of the machine, which the compiler is the one to know */
8
#include_next <limits.h>
9
10
/* The limits the system decides, which POSIX names here */
11
#include <
sys/syslimits.h
>
12
13
#endif
syslimits.h
Generated by
1.9.1