plan9port/src/lib9/fmt
2006-05-28 05:53:05 +00:00
..
charstod.c fmt changes from Google 2006-05-21 20:49:16 +00:00
dofmt.c oops 2006-05-26 00:53:07 +00:00
dorfmt.c fmt changes from Google 2006-05-21 20:49:16 +00:00
errfmt.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fltfmt.c silence warning 2006-05-28 05:53:05 +00:00
fmt.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtdef.h incorporate changes from Google 2006-05-22 14:54:34 +00:00
fmtfd.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtfdflush.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtlocale.c incorporate changes from Google 2006-05-22 14:54:34 +00:00
fmtlock.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtnull.c incorporate changes from Google 2006-05-22 14:54:34 +00:00
fmtprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtquote.c oops 2006-05-26 00:53:07 +00:00
fmtrune.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtstr.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fmtvprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
fprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
LICENSE incorporate changes from Google 2006-05-22 14:54:34 +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 use inttypes 2006-01-06 18:15:40 +00:00
portdate portdates 2004-12-26 23:08:53 +00:00
pow10.c fmt changes from Google 2006-05-21 20:49:16 +00:00
print.c fmt changes from Google 2006-05-21 20:49:16 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runefmtstr.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runeseprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runesmprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runesnprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runesprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runevseprint.c oops 2006-05-26 00:53:07 +00:00
runevsmprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
runevsnprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
seprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
smprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
snprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
sprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
strtod.c fmt changes from Google 2006-05-21 20:49:16 +00:00
strtod.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
test.c incorporate changes from Google 2006-05-22 14:54:34 +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 fmt changes from Google 2006-05-21 20:49:16 +00:00
vseprint.c oops 2006-05-26 00:53:07 +00:00
vsmprint.c fmt changes from Google 2006-05-21 20:49:16 +00:00
vsnprint.c fmt changes from Google 2006-05-21 20:49:16 +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>.