アットウィキロゴ

Tcl_NamespaceDeleteProc

概要

void型、もしくはint型のポインタ
tcl/generic/tcl.h

ソース

/*
 * Miscellaneous declarations.
 */

#ifndef _CLIENTDATA
#   ifndef NO_VOID
	typedef void *[[ClientData]];
#   else
	typedef int *ClientData;
#   endif
#   define _CLIENTDATA
#endif
最終更新:2011年11月02日 09:23