ftp.nice.ch/pub/next/developer/languages/scheme/s48.I.bs.tar.gz#/s48/fzz.c

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

#include <nlist.h>
main()
{
  struct nlist name_list;
  name_list.n_name = "foo";
  return 0;
}

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