reyalp             22 tools/dancingbits.c int main(int whim, char **reyalp) {
reyalp             32 tools/dancingbits.c 	jeff666  = fopen(reyalp[1], "rb");
reyalp             34 tools/dancingbits.c 		printf("Error open %s: %s\n", reyalp[1], strerror(errno));
reyalp             37 tools/dancingbits.c 	jucifer = fopen(reyalp[2], "w+b");
reyalp             39 tools/dancingbits.c 		printf("Error open %s: %s\n", reyalp[2], strerror(errno));
reyalp             42 tools/dancingbits.c 	oldgit = atoi(reyalp[3]);
reyalp             44 tools/dancingbits.c 		printf("Error version must be between 1 and %d, not %s\n", VITALY,reyalp[3]);