C Programming and Tools
- Parsing C Declarations: A Guide for the Mystified has rules for reading identifiers. There is even a tool for this that is intalled on Lily:
cdecl
. Runcdecl
and type?
for help.
gdb
- gdb guide by Dr. Tia Newhall at Swarthmore (one of the authors of our book).
Make
- Make files and rules by Dr. Tia Newhall at Swarthmore (one of the authors of our book).