iouname.txt

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 34 行

TXT
34
字号
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  %     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.                 %
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

****************************** IOUTIL ****************************************

Filename: ioufgtba.cpp
Declaration: 
	int __FlagsToBase( long format_flags ) 
Semantics: Extract, from "format_flags", the base to be used.


Filename: ioufuswr.cpp
Declaration: 
	void *__WATCOM_ios::find_user_word( ios *pios, int index ) 


Filename: 
Declaration: ioufrxal.cpp
	void __WATCOM_ios::free_xalloc_storage( ios *pios ) 


Filename: iouwrtit.cpp
Declaration: 
	ios::iostate __WATCOM_ios::writeitem( ostream &ostrm,
                                              char const *buffer,
					      int size, int fill_offset ) 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?