DEBSOURCES
Skip Quicknav
sources / storm-lang / 0.7.4-1 / Code / PosixEh / cpp.template
1234567891011121314
#include "stdafx.h" #include "$header$" #ifdef POSIX namespace code { namespace eh { $$ } } #endif