'char *' can be a large entity now (on 64-bit platforms). Thus move it up

to make the example match the text requirements.
This commit is contained in:
David E. O'Brien 2002-03-24 17:02:16 +00:00
parent a2e0c81e66
commit c05da6d338

View File

@ -318,9 +318,9 @@ static void usage(void);
int
main(int argc, char *argv[])
{
char *ep;
long num;
int ch;
char *ep;
.Ed
.Pp