Oleg N. Cher wrote:
Maybe there is a way in TCC to put fucntion Unused to a library, and it be linked to the target EXE/DLL, if only need?
Sure. Linking "as needed" is the point of libraries in C and it works with TCC like with any other C compiler. --- grischka _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
