I didn't see this mentioned in the Errata section: Chapter 2, page 56, hello6.c , line 27 presently reads: `printf( "%s" );` should read: `printf( "%s", aName );`
I didn't see this mentioned in the Errata section:
Chapter 2, page 56, hello6.c , line 27
presently reads:
printf( "%s" );should read:
printf( "%s", aName );