◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <dos.h> Syntax: unsigned _FP_OFF( void __far *address ); unsigned _FP_SEG( void __far *address ); Returns: (_FP_OFF) an offset. (_FP_SEG) a segment address. NOTE: These macros are not supported by the 32-bit version of the compiler. -♦-