]> git.wh0rd.org - ICEs.git/blob - 353816/busybox.c
more
[ICEs.git] / 353816 / busybox.c
1 #include <string.h>
2 char buf[8192];
3 main(int argc, char **argv) { memmove(buf, buf + argc, argc % 4); }