⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 retrieve.2

📁 Object-Oriented Programming With ANSI-C这本书中的源代码!找了很久
💻 2
字号:
.\"	retrieve.2 -- 1.2 Sep 26 17:45:29 1993.\"	Copyright (c) 1993 Axel T. Schreiner.TH retrieve 2 "local: ats".SH NAMEretrieve \(em get object from file.SH SYNOPSIS.BI "void * retrieve (FILE * " fp ).SH DESCRIPTION.B retrieve()returns an object read in from the input stream represented by.IR fp .At end of file or in case of an error,.B retrieve()returns a null pointer..PP.B retrieve()requires a sorted table of class function pointersthat can be produced with.IR munch (1).Once the class description has been located,.B retrieve()applies the method.B getoto an area obtained with.BR allocate ..SH SEE ALSOmunch(1), Object(3)

⌨️ 快捷键说明

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