diff options
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,5 +62,7 @@ void fill(char *p, int c, unsigned long n) if (n) do t = *p++ = c; while (--n); } +main(t) { putc(t); } + // |
| index : antcc | ||
| A little C compiler |
| aboutsummaryrefslogtreecommitdiffhomepage |