fix.c File Reference

Go to the source code of this file.

Typedefs

typedef void(*) fp ()

Functions

static void init ()
static void fini ()
static void preinit ()

Variables

fp __init_array_start [] = {init}
fp __init_array_end [] = {(init)+1}
fp __fini_array_start [] = {fini}
fp __fini_array_end [] = {fini+1}
fp __preinit_array_start [] = {preinit}
fp __preinit_array_end [] = {preinit+1}


Typedef Documentation

typedef void(*) fp()

Definition at line 7 of file fix.c.


Function Documentation

static void fini (  )  [static]

Definition at line 5 of file fix.c.

Referenced by ctree2(), ctree3(), ctree4(), ReadImage(), tree2(), tree3(), and tree4().

00005 {}

Here is the caller graph for this function:

static void init ( void   )  [static]

Definition at line 4 of file fix.c.

00004 {}

static void preinit (  )  [static]

Definition at line 6 of file fix.c.

00006 {}


Variable Documentation

fp __fini_array_end[] = {fini+1}

Definition at line 11 of file fix.c.

fp __fini_array_start[] = {fini}

Definition at line 10 of file fix.c.

fp __init_array_end[] = {(init)+1}

Definition at line 9 of file fix.c.

fp __init_array_start[] = {init}

Definition at line 8 of file fix.c.

fp __preinit_array_end[] = {preinit+1}

Definition at line 14 of file fix.c.

fp __preinit_array_start[] = {preinit}

Definition at line 13 of file fix.c.


Generated on Sun Mar 4 16:09:27 2007 for Scilab [trunk] by  doxygen 1.5.1