Main Page
Namespace List
Class Hierarchy
Compound List
File List
Namespace Members
Compound Members
File Members
Related Pages
/home/groups/n/no/noxwizard/cvs/src/console.h File Reference
Console Handling Functions.
More...
Go to the source code of this file.
Defines
#define
__CDECL
Functions
void
ConOut
(char *txt,...)
void
STraceOut
(char *txt,...)
void
SDbgOut
(char *txt,...)
void
SDbgIn
(char *s, int n)
void
initConsole
()
char *
getNoXDate
()
Detailed Description
Console Handling Functions.
Define Documentation
#define __CDECL
Function Documentation
void ConOut
(
char *
txt
,
...
)
char* getNoXDate
(
)
void initConsole
(
)
void SDbgIn
(
char *
s
,
int
n
)
void SDbgOut
(
char *
txt
,
...
)
void STraceOut
(
char *
txt
,
...
)