blah blah blah is here! blah blah » Close

1
votes
1 answers

C struct size_of

eeboy
499

I have the following: [code] struct _triggerSegment{ char cSegmentSource; unsigned int uiSegmentTime; unsigned int uiSegmentWidth; unsigned int uiSegmentWindow; }; struct _triggerEntry{ char cGuid[16]; char cName[32]; ...

Feedback