symbian-qemu-0.9.1-12/qemu-symbian-svp/tests/alpha/hello-alpha.c
author Gareth Stockwell <gareth.stockwell@accenture.com>
Thu, 09 Sep 2010 12:06:21 +0100
changeset 108 78b83e1454a6
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Allow NVM device to be built with MinGW

int main (void)
{
  write (1, "hello\n", 6);
  return 0;
}