This is writezeros.c in view mode; [Download] [Up]
main()
{
int fd,i;
float empty[2000];
for(i=0; i<2000; i++) empty[i]= 0;
fd =open("zeros",1);
for(i=0; i<10; 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.