void print_Init ( void   )

This function redirects outputs to stdout to the function print_Char().

See also:
print_Char()
Returns:
void

Definition at line 83 of file print.c.

References print_Char().

Referenced by init_InitModules().

{
  /* connect with printf (STDOUT) */
  fdevopen (print_Char, NULL);
}

Here is the call graph for this function:

Here is the caller graph for this function: