Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
types.h
Go to the documentation of this file.
1
4
#ifndef __TYPES_H__
5
#define __TYPES_H__
6
7
#include <stdint.h>
8
9
typedef
int
ssize_t;
10
typedef
int
mode_t;
11
typedef
int
dev_t;
12
typedef
int
pid_t;
13
typedef
int
clockid_t;
14
typedef
int
timer_t;
15
typedef
int64_t time_t;
16
typedef
long
int
off_t;
17
typedef
unsigned
long
useconds_t;
18
19
#endif
Generated by
1.9.1