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