ReactOS
0.4.16-dev-1044-ga6558c0
setjmp_header_test2.cpp
Go to the documentation of this file.
1
/* This test purpose is simply to check Standard header independancy that
2
* is to say that the header can be included alone without any previous
3
* include.
4
* Additionnaly, for C Standard headers that STLport expose, it can also be
5
* used to check that files included by those headers are compatible with
6
* pure C compilers.
7
*/
8
9
/*
10
* Sometimes, if native setjmp.h was included first, the setjmp functions
11
* situated in global namespace, not in vendor's std. This may confuse
12
* following csetjmp
13
*/
14
#include <setjmp.h>
15
#include <csetjmp>
sdk
lib
3rdparty
stlport
test
unit
setjmp_header_test2.cpp
Generated on Sun Apr 27 2025 06:14:02 for ReactOS by
1.9.6