An open API service indexing awesome lists of open source software.

https://github.com/ryan4yin/learn-tlpi


https://github.com/ryan4yin/learn-tlpi

linux linux-kernel rust tlpi

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# The Linux Programming Interface

- [List of source code files, by chapter, from The Linux Programming Interface](https://man7.org/tlpi/code/online/all_files_by_chapter.html)
- [Linux and glibc API changes since publication](https://man7.org/tlpi/api_changes/index.html)

Anwser for the exercises in the book:

- [c version](./c)
- [rust version](./rust)

## References

I use the following resources to help me check my answers:

- https://github.com/garyparrot/TLPI-exercise
- https://github.com/posborne/linux-programming-interface-exercises