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