アットウィキロゴ

ClientData

概要

void または int 型へのポインタ


ソース

/*
 * Miscellaneous declarations.
 */

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