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

Class BeforeAdjust

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected