NAME
_LFP - create a local functionpointer
SYNOPSIS
#define _LFP(function)
DESCRIPTION
The macro will return a legal functionpointer to a function
inside this_object(). This is convinient for storing and passing
as parameters. The function argument should always be a string,
and the object part of the functionpointer will always be of
type object.
This macro will only exist if config.h defines MUDOS_FUNCTIONP.
SEE ALSO
efun/call_fp, efun/functionp, macros/_FP, macros/_FUNC,
macros/_OB