Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / msdos / tee.c
blobf2c8b5de65435240e452a46216c3033c84921497
1 /* RCS $Id: tee.c,v 1.1.1.1 2000-09-22 15:33:27 hr Exp $
2 --
3 -- SYNOPSIS
4 -- Hook_std_writes() dummy call for non swapping MSDOS versions.
5 --
6 -- DESCRIPTION
7 --
8 -- AUTHOR
9 -- Dennis Vadura, dvadura@dmake.wticorp.com
11 -- WWW
12 -- http://dmake.wticorp.com/
14 -- COPYRIGHT
15 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
17 -- This program is NOT free software; you can redistribute it and/or
18 -- modify it under the terms of the Software License Agreement Provided
19 -- in the file <distribution-root>/readme/license.txt.
21 -- LOG
22 -- Use cvs log to obtain detailed change logs.
25 #include "extern.h"
27 PUBLIC void
28 Hook_std_writes( file )
29 char *file;