git.joshuawise.com
/
firearm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d303edeec6959a3c7c816f3bb13b2ea76056143f
[firearm.git]
/
tests
/
costas.c
1
extern void putc(unsigned char c);
2
3
int main()
4
{
5
unsigned char *costas = "Costas likes ass";
6
7
putc('A');
8
putc('n');
9
putc('u');
10
putc('s');
11
putc('?');
12
13
while (*costas)
14
{
15
putc(*costas);
16
costas++;
17
}
18
19
return 0;
20
}
This page took
0.018738 seconds
and
4
git commands to generate.