taglinefilesource code
outf74arch/i386/boot/compressed/misc.cvoid (*work)(int inf, int outf);
outf12drivers/sound/hex2hex.hfclose(inf);fclose(outf);return 0; \
outf17drivers/sound/hex2hex.hFILE *inf, *outf;
outf28drivers/sound/hex2hex.hif ((outf=fopen(target, "w"))==NULL)
outf83drivers/sound/hex2hex.hfprintf(outf, "/*\n *\t Computer generated file. Do not edit.\n */\n");
outf84drivers/sound/hex2hex.hfprintf(outf, "static unsigned char %s[] = {\n", varline);
outf88drivers/sound/hex2hex.hif (i) fprintf(outf, ",");
outf89drivers/sound/hex2hex.hif (i && !(i % 16)) fprintf(outf, "\n");
outf90drivers/sound/hex2hex.hfprintf(outf, "0x%02x", buf[i]);
outf93drivers/sound/hex2hex.hfprintf(outf, "\n};\n\n");
outf95drivers/sound/hex2hex.hfclose(outf);