I hope I don't inconvenience you... blush
Code:
#include <acknex.h>

void foo_startup_bar()
{
	printf("surprise");
}

Originally Posted By: manual
Functions ending with ..._startup are executed right after the main() function


Always learn from history, to be sure you make the same mistakes again...