]> git.somenet.org - pub/astra/parallel.git/blob - openmp/prefix/algorithm_2.c
comments, return value
[pub/astra/parallel.git] / openmp / prefix / algorithm_2.c
1 /*
2  * In-place iterative algorithm
3  */
4 #include "algorithm_2.h"
5
6 int algorithm_2 (numtype y[], int n, int ops[]) {
7         return 0;
8 }