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

概要

/*

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

実装

typedef signed int int32; /* == 32 bits */

履歴

コメント



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