URL
https://opencores.org/ocsvn/thor/thor/trunk
Subversion Repositories thor
[/] [thor/] [trunk/] [software/] [c64/] [testfiles/] [AThirdTest.cpp] - Rev 41
Compare with Previous | Blame | View Log
// A third test extern int printf(const char *, ...); int main(int argc, char **argv) { try { printf("Hello world!"); } catch(int errn) { puts("Error in printf"); } }