It's not STI_monitor specifically. STI_anything is a module ctor and STD_anything is a module dtor. Or at least that's my recollection. There are a few places in the DMC runtime that have initializers like this. I think one is somewhere in the floating-point support code.
oh. That's.... horrible.Yeah, we should eliminate this ASAP. Is there any reason it has to be done before C's main?
-Steve