LLVM OpenMP 19.0.0git
Functions | Variables
cancellation_for_sections.c File Reference
#include <stdio.h>
#include <omp.h>

Go to the source code of this file.

Functions

void cq416850_for_sections ()
 
int main (void)
 

Variables

int result [2] = {0, 0}
 

Function Documentation

◆ cq416850_for_sections()

void cq416850_for_sections ( )

Definition at line 15 of file cancellation_for_sections.c.

References i, and result.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 41 of file cancellation_for_sections.c.

References cq416850_for_sections(), and result.

Variable Documentation

◆ result

int result[2] = {0, 0}