LLVM OpenMP 20.0.0git
Macros | Functions
task-two.c File Reference
#include <omp.h>
#include <stdio.h>
#include <unistd.h>

Go to the source code of this file.

Macros

#define NUM_THREADS   8
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ NUM_THREADS

#define NUM_THREADS   8

Definition at line 20 of file task-two.c.

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 22 of file task-two.c.

References i, and NUM_THREADS.