This commit is contained in:
g1n 2021-08-18 15:07:24 +00:00
parent 0c650e3a99
commit 90073fb64b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@
<li> Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati) </li>
<li> The Linux Programming Interface (TLPI) (by Michael Kerrisk) </li>
<li> Beej's Guide to Unix Interprocess Communication </li>
<li> Compilers: Principles, Techniques, and Tools </li>
<h2> Programing languages </h2>
@ -32,6 +31,7 @@
<li> Beej's Guide to C (WIP) </li>
<li> Beej's Guide to Network Programming </li>
<li> Compilers: Principles, Techniques, and Tools </li>
<h2> Other </h2>
<li> Beej's Guide to the GNU Debugger (GDB) </li>