home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / C / DMAKE37S.ZIP / DMAKE / MSDOS / TEE.C < prev   
Encoding:
C/C++ Source or Header  |  1991-05-06  |  1.3 KB  |  39 lines

  1. /* RCS      -- $Header: /u2/dvadura/src/generic/dmake/src/msdos/RCS/tee.c,v 1.1 91/05/06 15:25:36 dvadura Exp $
  2. -- SYNOPSIS -- Hook_std_writes() dummy call for non swapping MSDOS versions.
  3. -- 
  4. -- DESCRIPTION
  5. --
  6. -- AUTHOR
  7. --      Dennis Vadura, dvadura@watdragon.uwaterloo.ca
  8. --      CS DEPT, University of Waterloo, Waterloo, Ont., Canada
  9. --
  10. -- COPYRIGHT
  11. --      Copyright (c) 1990 by Dennis Vadura.  All rights reserved.
  12. -- 
  13. --      This program is free software; you can redistribute it and/or
  14. --      modify it under the terms of the GNU General Public License
  15. --      (version 1), as published by the Free Software Foundation, and
  16. --      found in the file 'LICENSE' included with this distribution.
  17. -- 
  18. --      This program is distributed in the hope that it will be useful,
  19. --      but WITHOUT ANY WARRANTY; without even the implied warrant of
  20. --      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. --      GNU General Public License for more details.
  22. -- 
  23. --      You should have received a copy of the GNU General Public License
  24. --      along with this program;  if not, write to the Free Software
  25. --      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26. --
  27. -- LOG
  28. --     $Log:    tee.c,v $
  29.  * Revision 1.1  91/05/06  15:25:36  dvadura
  30.  * dmake Release Version 3.7
  31.  * 
  32. */
  33.  
  34. PUBLIC void
  35. Hook_std_writes( file )
  36. char *file;
  37. {
  38. }
  39.