uc-sdk
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
reent.c
Go to the documentation of this file.
1
#include "
reent.h
"
2
3
static
struct
_reent
main_thread;
4
struct
_reent
*
_impure_ptr
= &main_thread;
5
6
__attribute__
((constructor)) static
void
init_main_thread() {
7
_REENT_INIT_PTR(_impure_ptr);
8
}
libc
src
reent.c
Generated on Fri Nov 15 2013 05:00:19 for uc-sdk by
1.8.4