problem converting pascal code to C
-
hi! i have a problem converting a pascal code fragment into my dear C. plz help to convert. Thanks in advance! type Dword=record Loword,Hiword:word; end; var RMRegs:record case boolean of true:(edi,esi,ebp,reserved,ebx,edx,ecx,eax:longint; flags,es,ds,fs,gs,ip,cs,sp,ss:word); true:(di,udi,si,usi,bp,ubp,rese,rved,bx,ubx,dx,udx,cx,ucx,ax,uax:word); end; b2c -- modified at 2:36 Thursday 3rd November, 2005
-
hi! i have a problem converting a pascal code fragment into my dear C. plz help to convert. Thanks in advance! type Dword=record Loword,Hiword:word; end; var RMRegs:record case boolean of true:(edi,esi,ebp,reserved,ebx,edx,ecx,eax:longint; flags,es,ds,fs,gs,ip,cs,sp,ss:word); true:(di,udi,si,usi,bp,ubp,rese,rved,bx,ubx,dx,udx,cx,ucx,ax,uax:word); end; b2c -- modified at 2:36 Thursday 3rd November, 2005