このページを編集する際は、編集に関する方針に従ってください。
/*
* 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;