歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
您现在的位置: Linux教程網 >> UnixLinux >  >> Linux綜合 >> Linux資訊 >> Linux文化

gcc 編譯,程序中不支持定義結構麼?


>>> 此貼的回復 >> sys/msg.h defines struct msgbuf as a template for the struct to be used as the argument for msgsnd and msgrcv

#include #include #include #include #include

struct msgbuf{ int mtype; char mtext[1]; }tt,*pp;

int main() { long lType; memset(&tt,0x00,sizeof(tt)); pp=&tt; lType=tt.mtype; lType=pp->mtype; return 0; }


Copyright © Linux教程網 All Rights Reserved