plan9port/src/lib9/fmt
2004-09-23 03:05:40 +00:00
..
charstod.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
dofmt.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
dorfmt.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
errfmt.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fltfmt.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmt.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtdef.h use plan9 malloc 2004-06-09 14:12:04 +00:00
fmtfd.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtfdflush.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtlock.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
fmtquote.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtrune.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
fmtstr.c use plan9 malloc 2004-06-09 14:12:04 +00:00
fmtvprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
fprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +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 Get rid of 64-bit constants. 2004-09-23 03:05:40 +00:00
NOTICE Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
pow10.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
print.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
README Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runefmtstr.c use plan9 malloc 2004-06-09 14:12:04 +00:00
runeseprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runesmprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runesnprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runesprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runevseprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
runevsmprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
runevsnprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
seprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
smprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
snprint.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
sprint.c small tweaks 2004-09-17 22:08:43 +00:00
strtod.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
strtod.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
test.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
vfprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
vseprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
vsmprint.c PowerPC Linux support from ericvh. 2004-08-22 15:39:56 +00:00
vsnprint.c small tweaks 2004-09-17 22:08:43 +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>.