1 2 3 4 5 6 7 8
/* * Intel's compiler creates an implicit call to this function at the * start of main(). * */ void __libgcc __intel_new_proc_init ( void ) { /* Do nothing */ }