mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
.. | ||
charstod.c | ||
dofmt.c | ||
dorfmt.c | ||
errfmt.c | ||
fltfmt.c | ||
fmt.c | ||
fmtdef.h | ||
fmtfd.c | ||
fmtfdflush.c | ||
fmtlocale.c | ||
fmtlock.c | ||
fmtnull.c | ||
fmtprint.c | ||
fmtquote.c | ||
fmtrune.c | ||
fmtstr.c | ||
fmtvprint.c | ||
fprint.c | ||
LICENSE | ||
nan.h | ||
nan64.c | ||
NOTICE | ||
plan9.h | ||
portdate | ||
pow10.c | ||
print.c | ||
README | ||
runefmtstr.c | ||
runeseprint.c | ||
runesmprint.c | ||
runesnprint.c | ||
runesprint.c | ||
runevseprint.c | ||
runevsmprint.c | ||
runevsnprint.c | ||
seprint.c | ||
smprint.c | ||
snprint.c | ||
sprint.c | ||
strtod.c | ||
strtod.h | ||
test.c | ||
test2.c | ||
test3.c | ||
vfprint.c | ||
vseprint.c | ||
vsmprint.c | ||
vsnprint.c |
/* * 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>.