このページを編集する際は、編集に関する方針に従ってください。

概要

/*

* Pointer
*		Variable holding address of any memory resident object.
*
*		XXX Pointer arithmetic is done with this, so it can't be void *
*		under "true" ANSI compilers.
*/

引数

実装

typedef char *Pointer;

呼出元

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS