Deleted Added
full compact
t-strio.c (95154) t-strio.c (98121)
1/*
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
1/*
2 * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
3 * All rights reserved.
4 *
5 * By using this file, you agree to the terms and conditions set
6 * forth in the LICENSE file which can be found at the top level of
7 * the sendmail distribution.
8 */
9
10#include <sm/gen.h>
11SM_IDSTR(id, "@(#)$Id: t-strio.c,v 1.1.1.1 2002/02/17 21:56:43 gshapiro Exp $")
11SM_IDSTR(id, "@(#)$Id: t-strio.c,v 1.11 2001/09/11 04:04:49 gshapiro Exp $")
12#include <sm/string.h>
13#include <sm/io.h>
14#include <sm/test.h>
15
16int
17main(argc, argv)
18 int argc;
19 char *argv[];

--- 14 unchanged lines hidden ---
12#include <sm/string.h>
13#include <sm/io.h>
14#include <sm/test.h>
15
16int
17main(argc, argv)
18 int argc;
19 char *argv[];

--- 14 unchanged lines hidden ---