ivanrodriguez3753

Results 1 issues of ivanrodriguez3753

```c /* Visual Studio < 2013 does not have stdbool.h so here it is a replacement: */ #if defined __STDC__ && defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L /* have a...

openmp