|
|
|
|
|
by Cloudef
384 days ago
|
|
libc carries lots of global state and implicit ABI that complicates software stacks. While I don't like dynamic libraries in general, dynamic libraries wouldn't be such a mess as they are if libc did not exist. I dream of day we can actually do GPU rendering on linux without libc, and have actual static binaries for graphical apps that work everywhere. |
|
Yeah, it's mixed up with the same library that provides sscanf and strcat. So what? You don't have to call them.