学んだことのまとめ.
__alignof__(int) == 4 __alignof__(double) == 8 struct test { int x; char y; } t; __alignof__(t) == 4;
コメントを投稿
0 件のコメント:
コメントを投稿