plan9port/src/lib9/fmt
2004-12-26 23:07:37 +00:00
..
charstod.c clean up for unix port 2004-12-26 21:50:14 +00:00
dofmt.c import changes from plan 9 2004-12-26 23:07:37 +00:00
dorfmt.c clean up for unix port 2004-12-26 21:50:14 +00:00
errfmt.c clean up for unix port 2004-12-26 21:50:14 +00:00
fltfmt.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmt.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtdef.h import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtfd.c clean up for unix port 2004-12-26 21:50:14 +00:00
fmtfdflush.c clean up for unix port 2004-12-26 21:50:14 +00:00
fmtlock.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtquote.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtrune.c clean up for unix port 2004-12-26 21:50:14 +00:00
fmtstr.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fmtvprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
fprint.c clean up for unix port 2004-12-26 21:50:14 +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
pow10.c clean up for unix port 2004-12-26 21:50:14 +00:00
print.c clean up for unix port 2004-12-26 21:50:14 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runefmtstr.c import changes from plan 9 2004-12-26 23:07:37 +00:00
runeseprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
runesmprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
runesnprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
runesprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
runevseprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
runevsmprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
runevsnprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
seprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
smprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
snprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
sprint.c clean up for unix port 2004-12-26 21:50:14 +00:00
strtod.c clean up for unix port 2004-12-26 21:50:14 +00:00
strtod.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
test.c import changes from plan 9 2004-12-26 23:07:37 +00:00
vfprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
vseprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
vsmprint.c import changes from plan 9 2004-12-26 23:07:37 +00:00
vsnprint.c import changes from plan 9 2004-12-26 23:07:37 +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>.