このページを編集する際は、編集に関する方針に従ってください。

概要

/*

* uintN
*		Unsigned integer, EXACTLY N BITS IN SIZE,
*		used for numerical computations and the
*		frontend/backend protocol.
*/

実装

typedef unsigned short uint16; /* == 16 bits */

履歴

コメント



トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS