References
- Textbook: Data Structures Using C (Second Edition), author: Reema Thareja, publisher: Oxford University Press, 2014.
- The C Programming Language (Second Edition), author: Brian W. Kernighan and Dennis Ritchie, publisher: Prentice Hall, 1988.
- C Programming A Modern Approach (Second Edition), author: K.N. King, publisher: W. W. Norton & Company, 2008.
- C standard C89
- An Introduction to GCC
- GNU GCC compiler source code
- C code style
- GNU coding standard
- C Programming Notes
- The GNU C Library, more on GNU C library.
- GNU GDB quick tutorial
- GNU debugger (GDB) tutorial