Hacker News new | ask | show | jobs
by sleepdev 5703 days ago
I am not sure how applicable it is to an introductory text, but I would be interested in learning more about the internals of compilation and linking. What is the minimal necessary amount of work that needs to be done to interact with existing C libraries (header files, ELF format, and how that all fits together).
1 comments

Rather avoid imp specific like ELF.

I'll encourage reusing existing code/libraries.