このページを編集する際は、編集に関する方針に従ってください。
/*
* intN * Signed integer, EXACTLY N BITS IN SIZE, * used for numerical computations and the * frontend/backend protocol. */
typedef signed int int32; /* == 32 bits */