ftp.nice.ch/pub/next/developer/resources/classes/misckit/MiscKit.1.10.0.s.gnutar.gz#/MiscKit/Examples/TableParse/ParseTest.m

This is ParseTest.m in view mode; [Download] [Up]

// Copyright 1995 Don Yacktman.
// Use is governed by the MiscKit license


#import <misckit/misckit.h>

void main()
{
	id fileName = [MiscString newWithString:"AddressBook.table"];
	id theFile = MiscParseTableFile(fileName);
	[fileName cat:".out"];
	exit(MiscWriteTableFile(fileName, theFile));
}

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