seems I am able to access all the OpenMP functions by just including omp.h.

Tried running the example:




#include <omp.h>
#include <stdio.h>
#include <stdlib.h>