Formatting adjustments and created initial file for exercise 1-17.
This commit is contained in:
parent
481f76699e
commit
841097a626
3 changed files with 2 additions and 77 deletions
|
|
@ -1,11 +1,9 @@
|
|||
#include <stdio.h>
|
||||
|
||||
/*Initial implementation of KNR C Exercise 1-14*/
|
||||
|
||||
int main(){
|
||||
|
||||
/*Initialize an array of labels for the numerical table later. This looks
|
||||
* wierd since it's mostly refTable[] again, but again, we do this at
|
||||
/*Initialize an array of labels for the numerical table later. Done at
|
||||
* copile rather than procedurally in order to avoid adding an extra if
|
||||
* statement on the print loop to look for the specific case where i is
|
||||
* 0 or 27 and print a different character that isn't in refTable*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue