![]() |
cgetfnl | Function (ROM Call 0x12E) |
cert.h |
long cgetfnl (CERT_FIELD *field); |
Gets a non-aligned long integer from a field.
cgetfnl gets a long integer (which does not necessarily need to be aligned on an even address) from the field described by the structure pointed to by field. The field need not to be exactly four bytes long; it can be of any length, and cgetfnl gets as many bytes as are available, up to the size of a long.