2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
9 * $FreeBSD: src/usr.bin/file2c/file2c.c,v 1.5 1999/08/28 01:01:10 peter Exp $
10 * $DragonFly: src/usr.bin/file2c/file2c.c,v 1.2 2003/06/17 06:29:26 dillon Exp $
17 main(int argc
, char **argv
)
22 printf("%s\n",argv
[1]);
25 while((i
= getchar()) != EOF
) {
44 printf("%s\n",argv
[2]);