• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

CHANGESH A D24-Aug-201922.5 KiB786499

READMEH A D24-Aug-20191.2 KiB3924

regression.cH A D24-Aug-201946 KiB1,6411,378

trio.cH A D24-Aug-2019177 KiB7,7665,817

trio.hH A D24-Aug-20197.6 KiB241163

triodef.hH A D24-Aug-20198.4 KiB336241

trionan.cH A D24-Aug-201928.6 KiB1,258832

trionan.hH A D24-Aug-20193.6 KiB184102

triop.hH A D24-Aug-201914 KiB473210

triostr.cH A D24-Aug-201944.4 KiB2,3861,451

triostr.hH A D24-Aug-201916.1 KiB682536

README

1README -- trio
2
3Trio is a package with portable string functions. Including printf() clones
4and others.
5
6 Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg.
7
8 Permission to use, copy, modify, and distribute this software for any
9 purpose with or without fee is hereby granted, provided that the above
10 copyright notice and this permission notice appear in all copies.
11
12 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
13 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
14 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
15 CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.
16
17Trio is intended to be an integral part of another application, so we
18have not done anything to create a proper installation.
19
20Compile with 'make' (edit the Makefile if you want a release build)
21
22Test the package with 'make test'
23
24Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* if
25you want documentation) to the appropriate directories.
26
27Catch some usage examples in example.c
28
29Send feedback and patches to the mailing list, subscription and other
30information is found here:
31
32        http://lists.sourceforge.net/lists/listinfo/ctrio-talk
33
34Enjoy!
35
36Trio web page
37
38        http://daniel.haxx.se/trio/
39