ctype sign fixes (Tom Miller)
This commit is contained in:
parent
96029e052b
commit
a47fbb1641
6 changed files with 7 additions and 6 deletions
|
|
@ -56,7 +56,7 @@ work(void){
|
|||
int c;
|
||||
struct keyw *lptr;
|
||||
char *pt;
|
||||
char cc;
|
||||
int cc;
|
||||
int ct;
|
||||
|
||||
while ((c = getch()) != Beof){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue