Skip to content

A simple library which contains some basic conio.h functions for linux users.

License

Notifications You must be signed in to change notification settings

yogesh-hackx/conioFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conioFunctions

A simple library which contains some basic conio.h functions for linux users.

Installation

Clone the Repository :

git clone https://github.com/yogesh-hackx/conioFunctions

Configuration:

cd conioFunctions
chmod +x configure.sh
sudo ./configure.sh

Usage:

In your C/C++ code just include "con.h" as follows :

#include "con.h"

And then use regular conio.h functions as usual like:

int x;
x = getch();

or

clrscr();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Author

Yogesh

About

A simple library which contains some basic conio.h functions for linux users.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published