Go to the source code of this file.
Functions | |
void | abort (void) |
void | test (void) |
int | main (void) |
Variables | |
double | d = 1.5 |
long double | ld = 3 |
void abort | ( | void | ) |
int main | ( | void | ) |
void test | ( | void | ) |
Definition at line 13 of file atomic-2.c.
References abort(), d, and ld.
Here is the call graph for this function:
double d = 1.5 |
Definition at line 8 of file atomic-2.c.
long double ld = 3 |