Tree


LICENSEcommits | blame
READMEcommits | blame
charstod.ccommits | blame
dofmt.ccommits | blame
dorfmt.ccommits | blame
errfmt.ccommits | blame
fltfmt.ccommits | blame
fmt.ccommits | blame
fmtdef.hcommits | blame
fmtfd.ccommits | blame
fmtfdflush.ccommits | blame
fmtlocale.ccommits | blame
fmtlock.ccommits | blame
fmtnull.ccommits | blame
fmtprint.ccommits | blame
fmtquote.ccommits | blame
fmtrune.ccommits | blame
fmtstr.ccommits | blame
fmtvprint.ccommits | blame
fprint.ccommits | blame
nan.hcommits | blame
nan64.ccommits | blame
plan9.hcommits | blame
portdatecommits | blame
pow10.ccommits | blame
print.ccommits | blame
runefmtstr.ccommits | blame
runeseprint.ccommits | blame
runesmprint.ccommits | blame
runesnprint.ccommits | blame
runesprint.ccommits | blame
runevseprint.ccommits | blame
runevsmprint.ccommits | blame
runevsnprint.ccommits | blame
seprint.ccommits | blame
smprint.ccommits | blame
snprint.ccommits | blame
sprint.ccommits | blame
strtod.ccommits | blame
strtod.hcommits | blame
test.ccommits | blame
test2.ccommits | blame
test3.ccommits | blame
vfprint.ccommits | blame
vseprint.ccommits | blame
vsmprint.ccommits | blame
vsnprint.ccommits | blame

README

/*
 * 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>.