#include <omp.h>
Include dependency graph for pr30494.c:
Go to the source code of this file.
Functions | |
int | check (int m, int i, int *v, int *w) |
int | foo (int n, int m) |
int | bar (int n, int m) |
int | main (void) |
Variables | |
int | errors |
int bar | ( | int | n, | |
int | m | |||
) |
int check | ( | int | m, | |
int | i, | |||
int * | v, | |||
int * | w | |||
) |
int foo | ( | int | n, | |
int | m | |||
) |
int main | ( | void | ) |