search for: agetchar

Displaying 1 result from an estimated 1 matches for "agetchar".

Did you mean: getchar
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
...0) { - c += cmptr->offset; - while(cmptr!=NULL ? cmptr->thecommand : 0) { - cmptr=cmptr->next; - } - } - else { - cmptr=cmptr->next; - } - } - return c; -} - -/**************************************************************************** - - Agetchar - - Replacement to getchar(). - Acts exactly like getchar if -A is NOT specified, - else obtains input from All remaining command line words. - -****************************************************************************/ - -int Agetchar() -{ - extern int optind; /* current argv[] element u...