'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:
parent
a2e0c81e66
commit
c05da6d338
@ -318,9 +318,9 @@ static void usage(void);
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
char *ep;
|
||||
long num;
|
||||
int ch;
|
||||
char *ep;
|
||||
|
||||
.Ed
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user