TITLE:C言語

- C言語 FAQ 日本語訳 
--  http://www.kouno.jp/home/c_faq/

* 32bit/64bit [#cdb52970]

|type   |LP32 |ILP32|LP64|ILP64|LLP64|h
|char   |8    |8    |8    |8  |	8 |
|short  |16   |16   |16   |16 |	16 |
|int    |16   |32   |32   |64 | 32 |
|long   |32   |32   |64   |64 | 32 |
|long long | .| .   |64   |64 | 64 |
|void * |32   |32   |64   |64 | 64 |

- 参考) http://www.wdic.org/w/TECH/%E3%83%87%E3%83%BC%E3%82%BF%E5%9E%8B%E3%83%A2%E3%83%87%E3%83%AB#32xE2x86x9264

* 関連 [#rel]

- [[GCC]] | [[Clang]]
- [[プログラミング言語>ProgrammingLanguage]]

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes