Go to the source code of this file.
Functions | |
static int | not_called (void) |
static int | bar (int argc, char *argv[]) |
static int | foo (int argc, char *argv[]) |
int | main (int argc, char *argv[]) |
static int bar | ( | int | argc, | |
char * | argv[] | |||
) | [static] |
Definition at line 18 of file bug3.c.
References not_called().
Referenced by main().
int main | ( | int | argc, | |
char * | argv[] | |||
) |
static int not_called | ( | void | ) | [static] |