ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/cmusic/m.askname.c

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

#include <stdio.h>

askname(question, answer) char *question, *answer;{
    fprintf(stderr,"%s",question);
    gets(answer);
}

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