|
|
|
|
|
by int_19h
443 days ago
|
|
> Witness Windows, which has little to no problem with multiple libcs in a process Only so long as you don't pass data structures from one to the other. The same caveats wrt malloc/free or fopen/fclose across libc boundaries still applies. Well, not anymore, but only because libc is a system DLL on Windows now with a stable ABI, so for new apps they all share the same copy. |
|