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