This is writeones.c in view mode; [Download] [Up]
main() { int fd,i; float empty[2000]; for(i=0; i<2000; i++) empty[i]= (float)i; fd =open("zeros",1); for(i=0; i<1; i++) write(fd,empty,8000); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.