libc

you don't link all of libc

A technical exploration of how linking with libc works on OpenBSD, demonstrating that programs don't actually link with 'all of libc' but rather specific object files as needed. The article explains the mechanics of ar archives and linking processes, debunking common misconceptions about libc linking.