Example #1
0
// wrap in a struct to enforce ordering. This file is
// linked last, so all other global struct constructors
// should run first
struct init { init() { library_loaded(); } } do_init;
Example #2
0
 init() { library_loaded(); }