1
votes
votes
1 answers
C struct size_of
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]; ...
