Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

jsint

C 言語 / C++ の整数型のエイリアスです。

構文

typedef ... jsint;
typedef ... jsuint;

typedef ... jsword;
typedef ... jsuword;

typedef ... intN;
typedef ... uintN;

typedef ... int8;
typedef ... uint8;
typedef ... int16;
typedef ... uint16;
typedef ... int32;
typedef ... uint32;
typedef ... int64;
typedef ... uint64;

説明

jsint および jsuint は 32 ビットの整数型です。

jsword および jsuword はポインタサイズの整数型です。

intN および uintN はプラットフォームのネイティブの int 型と同じサイズの整数型です。

ドキュメントのタグと貢献者

 このページの貢献者: ethertank
 最終更新者: ethertank,