Skip to content

jwerle/getch.c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getch.c

getch() implementation

install

$ clib install jwerle/getch.h

usage

int c;
while ((c = getch()) != EOF) {
  printf("c = %c\n", c);
}

license

MIT

About

getch() implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages