![]() |
![]() |
||||||
![]() |
|||||||
|
/*
*
* io.h - part of Danovitsch Webcam
*
* Copyright (C) 2001 by Daan Vreeken
*
* Published under the terms of the GNU Public License 2.0
* (or any later version)
*
*/
#define DebugLevel 0
#ifdef Debug
#undef Debug
#endif
extern void ExitFatal(char *Txt, ...);
extern void Error(char *Txt, ...);
extern void Debug(int Level, char *Txt, ...);
extern void Output(char *Txt, ...);
extern void IO_Init(void);
syntax highlighted by Code2HTML, v. 0.9.1 Email me with questions/comments : Daan <Danovitsch @ Vitsch . net> |