Rev 37901 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
README -- trioTrio is a package with portable string functions. Including printf() clonesand others.Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg.Permission to use, copy, modify, and distribute this software for anypurpose with or without fee is hereby granted, provided that the abovecopyright notice and this permission notice appear in all copies.THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIEDWARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OFMERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS ANDCONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.Trio is intended to be an integral part of another application, so wehave not done anything to create a proper installation.Compile with 'make' (edit the Makefile if you want a release build)Test the package with 'make test'Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* ifyou want documentation) to the appropriate directories.Catch some usage examples in example.cSend feedback and patches to the mailing list, subscription and otherinformation is found here:http://lists.sourceforge.net/lists/listinfo/ctrio-talkEnjoy!Trio web pagehttp://daniel.haxx.se/trio/