ftp.nice.ch/pub/next/unix/shell/ssh.1.2.26.1.s.tar.gz#/ssh-1.2.26/remove.c

This is remove.c in view mode; [Download] [Up]

#include <stdio.h>

int remove(const char *filename)
{
  return unlink(filename);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.