| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
Filename: sflcons.h
Package: Standard Function Library (SFL)
Written: 97/05/22 iMatix SFL project team sfl@imatix.com
Revised: 98/02/08
Copyright: Copyright (c) 1991-98 iMatix
Provides redirectable console output: use the coprintf() and coputs() calls instead of printf() and puts() in a real-time application. Then, you can call console send() to send all console output to a specified function. This is a useful way to get output into -- for example -- a GUI window.
sflcons.h defines these symbols, possibly conditionally:
Symbol: | Defined as: |
---|---|
_SFLCONS_INCLUDED | TRUE |
Type name: | Defined as: |
---|---|
CONSOLE_FCT | void () (const char *) |
| << | < | > | >> |
![]() |