Hacker News new | ask | show | jobs
by kssreeram 6024 days ago
I feel the lack of a module system is the biggest mistake in C. It is tiresome to prefix every single public function: list_append, list_delete, hashmap_insert etc.