0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ILP32:int, long, pointer 32bit / LP64: long, pointer 64bit

Last updated at Posted at 2015-04-21

引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら

例えば、一般的なILP32やLP64プラットフォームでは、INT_MAX=2,147,483,647なので

調べたところ
ILP32は通信用語の基礎知識によると、int, long, ポインタが32ビットのこと。

同じサイトから、LP64はポインタとlongを64ビット化したもの。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?