source: bootcd/isolinux/syslinux-6.03/gpxe/src/libgcc/icc.c

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 166 bytes
Line 
1/*
2 * Intel's compiler creates an implicit call to this function at the
3 * start of main().
4 *
5 */
6void __libgcc __intel_new_proc_init ( void ) {
7        /* Do nothing */
8}
Note: See TracBrowser for help on using the repository browser.