18.2.9 C Library Initialization
The function __libc_init_array()
is called to perform all
initialization required by the standard C library. Before this step, standard C library
routines may produce unexpected results.
The function __libc_init_array()
is called to perform all
initialization required by the standard C library. Before this step, standard C library
routines may produce unexpected results.