Go to the source code of this file.
Functions | |
void | abort (void) |
void | f1 (int i, int j, int k) |
void | f2 (void) |
int | main (void) |
Variables | |
int | a = 18 |
int | v1 = 1 |
int | v2 = 2 |
int | v5 = 5 |
int | err |
void abort | ( | void | ) |
void f1 | ( | int | i, | |
int | j, | |||
int | k | |||
) |
void f2 | ( | void | ) |
int main | ( | void | ) |
int a = 18 |
Definition at line 3 of file private-1.c.
int err |
Definition at line 23 of file private-1.c.
int v1 = 1 |
int v2 = 2 |
int v5 = 5 |