<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi,</p>
<p>What would be the equivalent of the following struct definition in C?</p>
<p>typedef struct MyStruct<br />{<br /> unsigned a :6;<br /> unsigned b :15;<br /> unsigned c:11;<br />}MyStruct;  </p>
<p>I imagine this is some sort of struct initialization. Is thi spossible in FPC as well, or what is the best alternative?</p>
<p>Kind regards, Darius Blaszyk</p>
<div> </div>
</body></html>