Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygensetjmp_header_test2.cpp
Go to the documentation of this file.
00001 /* This test purpose is simply to check Standard header independancy that 00002 * is to say that the header can be included alone without any previous 00003 * include. 00004 * Additionnaly, for C Standard headers that STLport expose, it can also be 00005 * used to check that files included by those headers are compatible with 00006 * pure C compilers. 00007 */ 00008 00009 /* 00010 * Sometimes, if native setjmp.h was included first, the setjmp functions 00011 * situated in global namespace, not in vendor's std. This may confuse 00012 * following csetjmp 00013 */ 00014 #include <setjmp.h> 00015 #include <csetjmp> Generated on Sat May 26 2012 04:34:44 for ReactOS by
1.7.6.1
|