/* connector for link */ #include int _DEFUN (link, (old, new), char *old _AND char *new) { return _link_r (_REENT, old, new); }