Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.c « mips « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a993479146e51dc4a841bb3dbdf5156dfeed2237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
main()
{
  outbyte ('&');
  outbyte ('@');
  outbyte ('$');
  outbyte ('%');

  /* whew, we made it */
  
  print ("\r\nDone...");

  return;
}