Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
reent.h
Go to the documentation of this file.
1
4
#ifndef __REENT_H__
5
#define __REENT_H__
6
7
#include <
pthread.h
>
8
9
typedef
struct
{
10
int
fd;
11
}
__FILE
;
12
13
#endif
pthread.h
__FILE
Definition:
reent.h:9
Generated by
1.9.1