retrieve.0

来自「Object-Oriented Programming With ANSI-C这」· 0 代码 · 共 67 行

TXT
67
字号
retrieve(2)                                           retrieve(2)NAME       retrieve -- get object from fileSYNOPSIS       void * retrieve (FILE * fp)DESCRIPTION       retrieve() returns an object read in from the input stream       represented by fp.  At end of file or in case of an error,       retrieve() returns a null pointer.       retrieve()  requires  a  sorted  table  of  class function       pointers that can be produced  with  munch(1).   Once  the       class description has been located, retrieve() applies the       method geto to an area obtained with allocate.SEE ALSO       munch(1), Object(3)                            local: ats                          1

⌨️ 快捷键说明

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