OpenCores
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");
  }
}
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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