plan9port/src/lib9/fmt
2005-01-07 07:47:37 +00:00
..
charstod.c Formatting nits. 2004-12-29 01:27:57 +00:00
dofmt.c sunos fixes 2005-01-07 07:47:37 +00:00
dorfmt.c Formatting nits. 2004-12-29 01:27:57 +00:00
errfmt.c Formatting nits. 2004-12-29 01:27:57 +00:00
fltfmt.c change _p9pow10 to fmtpow10 2004-12-31 05:37:15 +00:00
fmt.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtdef.h import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtfd.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtfdflush.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtlock.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtquote.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtrune.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtstr.c Formatting nits. 2004-12-29 01:27:57 +00:00
fmtvprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
fprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
LICENSE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
mkfile clean up when finished. 2004-04-19 23:04:36 +00:00
nan.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
nan64.c clean up for unix port 2004-12-26 21:50:14 +00:00
NOTICE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
plan9.h add for unix port 2004-12-26 21:50:39 +00:00
portdate portdates 2004-12-26 23:08:53 +00:00
pow10.c Formatting nits. 2004-12-29 01:27:57 +00:00
print.c Formatting nits. 2004-12-29 01:27:57 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runefmtstr.c Formatting nits. 2004-12-29 01:27:57 +00:00
runeseprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runesmprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runesnprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runesprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runevseprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runevsmprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
runevsnprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
seprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
smprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
snprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
sprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
strtod.c sunos fixes 2005-01-07 07:47:37 +00:00
strtod.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
test.c Formatting nits. 2004-12-29 01:27:57 +00:00
test2.c more tests 2004-12-26 23:07:49 +00:00
test3.c more tests 2004-12-26 23:07:49 +00:00
vfprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
vseprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
vsmprint.c Formatting nits. 2004-12-29 01:27:57 +00:00
vsnprint.c Formatting nits. 2004-12-29 01:27:57 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *		Copyright (c) 2002 by Lucent Technologies.
 * Permission to use, copy, modify, and distribute this software for any
 * purpose without fee is hereby granted, provided that this entire notice
 * is included in all copies of any software which is or includes a copy
 * or modification of this software and in all copies of the supporting
 * documentation for such software.
 * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
 * WARRANTY.  IN PARTICULAR, NEITHER THE AUTHORS NOR LUCENT TECHNOLOGIES MAKE ANY
 * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
 * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
*/

This is a Unix port of the Plan 9 formatted I/O package.

Please send comments about the packaging
to Russ Cox <rsc@post.harvard.edu>.