ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/example/main.c

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

/* Erik Jacobsen (jacobsen@metamorph.com) */

#include <stdio.h>

int main(int argv,char **argc)  {
  
  printf("Hello DOS\n");
  return 0;
}

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