アットウィキロゴ

TclHandle

概要


ソース

/*
 *----------------------------------------------------------------
 * Data structures and procedures related to TclHandles, which are a very
 * lightweight method of preserving enough information to determine if an
 * arbitrary malloc'd block has been deleted.
 *----------------------------------------------------------------
 */
typedef void **TclHandle;
最終更新:2011年11月01日 20:58