# create\_pack\_real

Convert the current item to a packed real (10 or 12 bytes) ea - linear address returns: 1-ok, 0-failure This is a convenience macro, see also [create\_data](https://docs.hex-rays.com/8.4/developer-guide/idc/idc-api-reference/alphabetical-list-of-idc-functions/18)() function

\#define create\_pack\_real(ea) create\_data(ea, FF\_PACKREAL, 10, BADADDR)
