Location:
reent.h
IMPORT_C struct _reent *ImpurePtr(void);
Allocates memory for the library globals struct and returns a pointer to it. If the memory has been allocated previously then it simply returns a pointer to the memory. Panics if any error/failure occurs.
|