#include <dos.h>
#include <stdio.h>
int
main (
void
)
{
char
*str =
"fpoff.c"
;
printf
( "The offset of
this
file in memory\
is: %Fp\n", FP_OFF ( str ) );
return
0;
}