<div dir="ltr">Hello,<div><br></div><div>Porting some C-headers. Ran, into a declaration:</div><div><br></div><div>#define _K_SS_ALIGNSIZE<span class="gmail-m_-5797286569660994597gmail-Apple-tab-span" style="white-space:pre-wrap">  </span>(__alignof__ (struct sockaddr *))<br></div><div><br></div><div>_alignof_ seems to be a compiler attribute</div><div><a href="https://gcc.gnu.org/onlinedocs/gcc/Alignment.html" target="_blank">https://gcc.gnu.org/<wbr>onlinedocs/gcc/Alignment.html</a><br></div><div><br></div><div>Is there anything similar available fpc?</div><div><br></div><div>Delphi doesn't seem to have any</div><div><a href="http://stackoverflow.com/questions/30454118/how-to-translate-alignof-to-delphi">http://stackoverflow.com/questions/30454118/how-to-translate-alignof-to-delphi</a><br></div><div><br></div><div>GNU Pascal seems to have.</div><div><a href="http://www.gnu-pascal.de/gpc/AlignOf.html">http://www.gnu-pascal.de/gpc/AlignOf.html</a><br></div><div><br></div><div>thanks,</div><div>Dmitry</div></div>