sdfname.txt
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 56 行
TXT
56 行
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Copyright (C) 1992, by WATCOM International Inc. All rights %
% reserved. No part of this software may be reproduced or %
% used in any form or by any means - graphic, electronic or %
% mechanical, including photocopying, recording, taping or %
% information storage and retrieval systems - except with the %
% written permission of WATCOM International Inc. %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
******************************** STDIOBUF ************************************
Filename: sdfconde.cpp
Declaration:
stdiobuf::stdiobuf()
Semantics: Construct an empty stdiobuf object.
Filename: sdfconfp.cpp
Declaration:
stdiobuf::stdiobuf( FILE *fptr )
Semantics: Connect a C POSIX file pointer to an input streambuf.
Filenames: sdfdestr.cpp
Declaration:
stdiobuf::~stdiobuf()
Semantics: Destructor
Filenames: sdfoverf.cpp
Declaration:
int stdiobuf::overflow( int c )
Semantics: Handle allocating a buffer, if required.
Handle overflow of the output streambuf buffer.
Filenames: sdfsread.cpp
Declaration:
int __stdiobuf_read( char *buf, size_t size, size_t len, FILE *fp )
Semantics:
Filenames: sdfundrf.cpp
Declaration:
int stdiobuf::underflow()
Semantics: Handle allocating a buffer, if required.
Handle filling the get area of the streambuf.
Filenames: sdfsync.cpp
Declaration:
int stdiobuf::sync()
Semantics: Synchronize the output of this stream with the underlying
C standard I/O.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?