Clear printf

This commit is contained in:
vCaesar 2016-12-30 18:01:10 +08:00
parent 2e851fc742
commit 885e1a24c0

View File

@ -142,7 +142,7 @@ void dispatch_proc(iohook_event * const event) {
if (strcmp(buf, cevent) == 0){ if (strcmp(buf, cevent) == 0){
int astop=aStop(); int astop=aStop();
printf("%d\n",astop); // printf("%d\n",astop);
cstatus=0; cstatus=0;
} }
// return (char*) event->data.keyboard.keychar; // return (char*) event->data.keyboard.keychar;
@ -279,7 +279,7 @@ int aEvent(char *aevent) {
} }
// return status; // return status;
printf("%d\n",status); // printf("%d\n",status);
return cstatus; return cstatus;
} }