>>353Not on Windows. MSVCRT.DLL has
everything. It's perfectly fine to use your own math functions, just name them differently than the standard ones, or if you must use the same names, then load them dynamically yourself.
>>356I'm talking about dynamic linking, where it makes sense to just link to one DLL, shared in the whole system, containing all the functions.