1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* cat.c --
*
* Program used when testing tclWinPipe.c
*
* Copyright (c) 1996 by Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* SCCS: @(#) cat.c 1.3 96/09/18 15:15:32
*/
#include <stdio.h>
#include <io.h>
#include <string.h>
int
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* cat.c --
*
* Program used when testing tclWinPipe.c
*
* Copyright (c) 1996 by Sun Microsystems, Inc.
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: cat.c,v 1.1.2.1 1998/09/24 23:59:48 stanton Exp $
*/
#include <stdio.h>
#include <io.h>
#include <string.h>
int
|