#include <stdio.h>#include <omp.h>Include dependency graph for shared-2.c:

Go to the source code of this file.
Functions | |
| void | abort (void) |
| void | parallel (int a, int b) |
| int | main () |
| void abort | ( | void | ) |
| int main | ( | void | ) |
Definition at line 46 of file shared-2.c.
References parallel().
Here is the call graph for this function:

| void parallel | ( | int | a, | |
| int | b | |||
| ) |
1.4.7