Send any improvements to this library to me, I'll do new release of this devpak.
For the example of use, look at example in the Examples\conio\conio_test.c subdirectory of your Dev-C++ directory. It's simple:
conio2.h. libconio.a (add -lconio parameter to linker).
conio.h
conio2.h automatically includes conio.h. It also provides several #defines so you can use all these functions without underscores.
char* _cgets (char*); int _cprintf (const char*, ...); int _cputs (const char*); int _cscanf (char*, ...);
int _getch (void); int _getche (void); int _kbhit (void); int _putch (int); int _ungetch (int);
int getch (void); int getche (void); int kbhit (void); int putch (int); int ungetch (int);
tkorrovi <tkorrovi@altavista.net> on 2002/02/26.
Andrew Westcott <ajwestco@users.sourceforge.net>
Michal Molhanec <michal@molhanec.net>
1.3.8