os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/win/cat.c
Update contrib.
4 * Program used when testing tclWinPipe.c
6 * Copyright (c) 1996 by Sun Microsystems, Inc.
8 * See the file "license.terms" for information on usage and redistribution
9 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
11 * RCS: @(#) $Id: cat.c,v 1.2 1998/09/14 18:40:19 stanton Exp $
26 n = read(0, buf, sizeof(buf));
32 err = (sizeof(int) == 2) ? "stderr16" : "stderr32";
33 write(2, err, strlen(err));