Assimp  v3.1.1 (June 2014)
OpenMPCheckVersion.c File Reference

Functions

int main ()
 

Variables

const char ompver_str []
 

Function Documentation

◆ main()

int main ( )

Variable Documentation

◆ ompver_str

const char ompver_str[]
Initial value:
= { 'I', 'N', 'F', 'O', ':', 'O', 'p', 'e', 'n', 'M',
'P', '-', 'd', 'a', 't', 'e', '[',
('0' + ((_OPENMP/100000)%10)),
('0' + ((_OPENMP/10000)%10)),
('0' + ((_OPENMP/1000)%10)),
('0' + ((_OPENMP/100)%10)),
('0' + ((_OPENMP/10)%10)),
('0' + ((_OPENMP/1)%10)),
']', '\0' }