Browse Source

C Cheat Sheet from #4896 (#5195)

* C Cheat Sheet from #4896

* alphabetize
Eric Hellman 5 years ago
parent
commit
200105f38e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      free-programming-cheatsheets.md

+ 1 - 0
free-programming-cheatsheets.md

@@ -29,6 +29,7 @@
 ### C
 
 * [C Reference Card (ANSI)](https://users.ece.utexas.edu/~adnan/c-refcard.pdf) (PDF)
+* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
 
 
 ### C++