]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/costas.c
Add tests directory.
[firearm.git] / tests / costas.c
diff --git a/tests/costas.c b/tests/costas.c
new file mode 100644 (file)
index 0000000..fdce3fe
--- /dev/null
@@ -0,0 +1,22 @@
+extern void putc(unsigned char c);
+
+int main()
+{
+//     unsigned char *costas = "Costas likes ass";
+       
+       putc('A');
+       putc('n');
+       putc('u');
+       putc('s');
+       putc('?');
+       
+//     while (*costas)
+//     {
+//             putc(*costas);
+//             costas++;
+//     }
+       while(1)
+               ;
+       
+       return 0;
+}
This page took 0.024319 seconds and 4 git commands to generate.