Generic Data Structure in C
Goal Goal of this post is to show the learnings specifically the generics programming in C, and the other C related techniques that I really liked. Target Readers The targeted readers are the folks interested in C Programming languages and know the language in begineer and intermediate stages, but interested to learn new techniques. Blog I recently read the linux kernel by Robert Love, It was a nice book, but became sligthly more dry for me once it came to end, as it was too much code definition after the VFS chapter. ...