/* Copyright (c) 1993 Xerox Corporation. All rights reserved. */ /* $Id$ $Date$ * */ #ifndef ←←PCR←EmuAstdiom←h #define ←←PCR←EmuAstdiom←h #include <stdio.h> #include <stdiom.h> #include <th/PCR←Th.h> struct PCR←Stdiom←StreamRep { PCR←Stdio←Stream strm←str; PCR←Th←ML strm←ml; FILE * strm←lockedStream; }; typedef struct PCR←Stdiom←StreamRep PCR←Stdiom←Stream; extern PCR←Stdio←StreamProcs PCR←Stdiom←streamProcs; #endif /* !←←PCR←EmuAstdiom←h */ /* $Log$ */