]> git.somenet.org - pub/jan/parprog.git/blob - openmp/prefix/algorithm_2.h
comments, return value
[pub/jan/parprog.git] / openmp / prefix / algorithm_2.h
1 /*
2  * In-place iterative algorithm
3  */
4 #include <stdio.h>
5 #include "prefix.h"
6
7 int algorithm_2 (numtype y[], int n, int ops[]);