Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: reent.h

ImpurePtr()

IMPORT_C struct _reent *ImpurePtr(void);

Description

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.

Return value

struct _reent *

On Success, a pointer to the memory containing the library globals.