Skip to content

This is conio.h compatible header file for gcc.

License

Notifications You must be signed in to change notification settings

311303/conio4gcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conio4gcc

This is conio.h compatible header file for gcc.

How to implement?

You don't need to any special installation for this file. Simply copy the 'conio.h' file to your 'include' directory. e.g. sudo cp conio.h /usr/include

Hint:

sudo make install copies conio.h to the include directory. sudo make uninstall removes conio.h from the include directory.

About

This is conio.h compatible header file for gcc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.2%
  • Makefile 6.8%