How would I know which function having _startup wud be executed first
If you got multiple startup functions they get called in the order they are defined in as far as I remember
regarding 1: test it
place error("something to identify the function"); in the first line of a _startup-function and in the first line of main()
The error which appears first belongs to the function that gets called first:
EDIT: and again... Uhrwerk was faster
