| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 2.10

 

console_send

#include "sflcons.h"
void
console_send (CONSOLE_FCT *new_console_fct, Bool echo)

Synopsis

Redirects console output to a specified CONSOLE_FCT function. If the specified address is NULL, redirects back to the stdout stream. This is independent of any console capturing in progress. If the echo argument is TRUE, console output is also sent to stdout.

Source Code - (sflcons.c)

{
    console_fct  = new_console_fct;
    console_echo = echo;                /*  Copy to stdout                   */
}

| << | < | > | >> iMatix Copyright © 1996-99 iMatix Corporation