MCPcopy Create free account
hub / github.com/AdvancedCompiler/AdvancedCompiler / AfterAdjust

Class AfterAdjust

code/Chapter8/8-21.c:2–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include<stdio.h>
2struct AfterAdjust {
3 char a;
4 char c;
5 short d;
6 int b;
7};
8int main() {
9 printf("AfterAdjust结构体所占大小为: %d\n",sizeof(struct AfterAdjust));
10 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected