/* $Header: /CVSROOT/cmpfast/test/byterun.c,v 1.1 2007-04-20 23:57:23 tino Exp $ * * Create files of byte runs needed for test.sh * * $Log: byterun.c,v $ * Revision 1.1 2007-04-20 23:57:23 tino * Testing succeeded * */ #include int main(int argc, char **argv) { int i; for (i=1; i=0) putchar(c); } return 0; }