OpenCores
URL https://opencores.org/ocsvn/thor/thor/trunk

Subversion Repositories thor

[/] [thor/] [trunk/] [software/] [c64/] [testfiles/] [AThirdTest.cpp] - Blame information for rev 41

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 41 robfinch
// A third test
2
 
3
extern int printf(const char *, ...);
4
 
5
int main(int argc, char **argv)
6
{
7
  try {
8
    printf("Hello world!");
9
  }
10
  catch(int errn) {
11
    puts("Error in printf");
12
  }
13
}
14
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.