LLVM OpenMP 20.0.0git
Functions | Variables
task_reduction2.c File Reference
#include <stdio.h>
#include <stdlib.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

int a = 0
 
int b = 1
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 12 of file task_reduction2.c.

References a, b, and i.

Variable Documentation

◆ a

int a = 0

Definition at line 10 of file task_reduction2.c.

Referenced by main().

◆ b

int b = 1

Definition at line 10 of file task_reduction2.c.

Referenced by main().