16-09-2013, 06:07 PM
Aargh, you are quite right and I was stupid.
Ok, I think that's the syntax I need. Thanks to both of you.
Now the only problem is that PC-lint doesn't like the & in
const TSomeStruct s = { &buf, BUFSIZ };
(Warning 545: Suspicious use of &) but that'd be something for the GImpel website, not here.
So thanks again
Frank
Ok, I think that's the syntax I need. Thanks to both of you.
Now the only problem is that PC-lint doesn't like the & in
const TSomeStruct s = { &buf, BUFSIZ };
(Warning 545: Suspicious use of &) but that'd be something for the GImpel website, not here.
So thanks again
Frank
<t></t>