Maybe this is answered elsewhere, but I haven't been able to locate it.
I need to write my own startup functions. In MSVC 6, the startup function is called mainCRTStartup() for console apps, WinMainCRTStartup() for Windows programs, and _DllMainCRTStartup() for DLL's.
I need to know what to call the startup functions in Pelles C, and what the Pelles C Runtime Library requires in the way of initialization in the startup to function properly.
Any information, or links to information regarding this would be greatly appreciated.
Thanks!