#define  Q  _L(1)
#define   pathname  _L(2)
#define   mode  _L(3)
FUNCTION(3,DLL2)
BEGIN
{
     Q = (long) dlopen((const char *) pathname, (int) mode);
}
END(3)
#undef Q
#undef pathname
#undef mode
