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.