#include #undef errno extern int errno; int link(char *old, char *new) { errno = EMLINK; return -1; }