sl@0: /* This test purpose is simply to check Standard header independancy that sl@0: * is to say that the header can be included alone without any previous sl@0: * include. sl@0: * Additionnaly, for C Standard headers that STLport expose, it can also be sl@0: * used to check that files included by those headers are compatible with sl@0: * pure C compilers. sl@0: */ sl@0: sl@0: /* sl@0: * Sometimes, if native setjmp.h was included first, the setjmp functions sl@0: * situated in global namespace, not in vendor's std. This may confuse sl@0: * following csetjmp sl@0: */ sl@0: #include sl@0: #include