This shows you the differences between two versions of the page.
haas:fall2018:cprog:projects:gfo0 [2017/10/22 22:11] – external edit 127.0.0.1 | haas:fall2018:cprog:projects:gfo0 [2018/10/22 18:52] (current) – [Submission] wedge | ||
---|---|---|---|
Line 89: | Line 89: | ||
* Code must compile cleanly (no warnings or errors) | * Code must compile cleanly (no warnings or errors) | ||
- | * Use the **-Wall** and **-std=c99** flags when compiling. | + | * Use the **-Wall** and **-std=gnu99** flags when compiling. |
* Output must be correct, and resemble the form given in the sample output above. | * Output must be correct, and resemble the form given in the sample output above. | ||
* Code must be nicely and consistently indented (you may use the **indent** tool) | * Code must be nicely and consistently indented (you may use the **indent** tool) |