Add jstrieb/sytems-programming-cheat-sheet (#5423)

* Add jstrieb/sytems-programming-cheat-sheet

* Swap alphabetical order ("the" matters)
This commit is contained in:
Jacob Strieb 2021-07-01 08:24:59 -04:00 committed by GitHub
parent 48fdd06f7c
commit cd8db63eb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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