fix.c

Go to the documentation of this file.
00001 /* TODO : Add explanation about this stuff */
00002 
00003 
00004 static void init(){}
00005 static void fini(){}
00006 static void preinit(){}
00007 typedef void (*fp)();
00008 fp __init_array_start[]={init};
00009 fp __init_array_end[]={(init)+1};
00010 fp __fini_array_start[]={fini};
00011 fp __fini_array_end[]={fini+1};
00012 
00013 fp __preinit_array_start[]={preinit};
00014 fp __preinit_array_end[]={preinit+1};
00015 
00016 
00017 

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1