C-Extensions / C API functions |
Returns the position to align a variable at the proper boundary for its data type.
mlong rtypalign(mlong pos, mint datatype)
Code | Description |
---|---|
>0 | The return value is the offset of the next proper boundary for a variable of type data type. |
The datatype must be one of the data type constants defined in fglExt.h.