LLVM OpenMP 20.0.0git
Macros | Functions
base.h File Reference
#include "callback.h"
#include <omp.h>
#include <stdio.h>

Go to the source code of this file.

Macros

#define STRINGIFY(x)   #x
 
#define STR(x)   STRINGIFY(x)
 
#define SCHED_OUTPUT   STR(SCHEDULE)
 

Functions

int main ()
 

Macro Definition Documentation

◆ SCHED_OUTPUT

#define SCHED_OUTPUT   STR(SCHEDULE)

Definition at line 8 of file base.h.

◆ STR

#define STR (   x)    STRINGIFY(x)

Definition at line 6 of file base.h.

◆ STRINGIFY

#define STRINGIFY (   x)    #x

Definition at line 5 of file base.h.

Function Documentation

◆ main()

int main ( void  )

Definition at line 11 of file base.h.

References i, and SCHED_OUTPUT.