LLVM OpenMP 22.0.0git
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.

◆ b

int b = 1

Definition at line 10 of file task_reduction2.c.