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

..03-May-2022-

doc/H03-May-2022-2,217682

html/H03-May-2022-3622

CHANGESH A D16-Jul-201423.1 KiB813517

FILESH A D13-Jun-2013380 3433

Makefile.inH A D18-Sep-20132 KiB7857

READMEH A D13-Jun-20131.2 KiB3924

autogen.shH A D13-Jun-201341 42

compare.cH A D13-Jun-20131.4 KiB5446

configureH A D16-Jul-2014122 KiB4,3223,563

configure.inH A D13-Jun-20131.9 KiB7869

example.cH A D15-Sep-201313.5 KiB45274

install-shH A D13-Jun-20135.5 KiB251152

maketgzH A D13-Jun-2013728 4718

regression.cH A D03-May-202247.5 KiB1,7091,428

strio.hH A D13-Jun-20132.8 KiB7448

trio.cH A D12-Jul-2014181 KiB7,9085,941

trio.hH A D15-Jun-20148.9 KiB271193

triodef.hH A D12-Jul-20149.6 KiB376276

trionan.cH A D16-Jul-201429.9 KiB1,319874

trionan.hH A D13-Jun-20133.6 KiB184102

triop.hH A D13-Jun-201314.8 KiB497218

triostr.cH A D15-Jun-201444.5 KiB2,3861,451

triostr.hH A D13-Jun-201316 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