retrieve.2
来自「Object-Oriented Programming With ANSI-C这」· 2 代码 · 共 28 行
2
28 行
.\" 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 + =
减小字号Ctrl + -
显示快捷键?