Deleted Added
full compact
file2c.c (50477) file2c.c (93150)
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
1/*
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
4 * <phk@FreeBSD.org> 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 * ----------------------------------------------------------------------------
8 *
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 * ----------------------------------------------------------------------------
8 *
9 * $FreeBSD: head/usr.bin/file2c/file2c.c 50477 1999-08-28 01:08:13Z peter $
9 * $FreeBSD: head/usr.bin/file2c/file2c.c 93150 2002-03-25 13:53:46Z phk $
10 *
11 */
12
13#include <stdio.h>
14
15int
16main(int argc, char **argv)
17{

--- 28 unchanged lines hidden ---
10 *
11 */
12
13#include <stdio.h>
14
15int
16main(int argc, char **argv)
17{

--- 28 unchanged lines hidden ---