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.