plan9port/src/lib9/utf
rsc 1b135a7805 clean up when finished.
don't set PLAN9
don't set PLAN9
2004-04-19 23:04:36 +00:00
..
lib9.h 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
NOTICE 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
rune.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrcat.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrchr.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrcmp.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrcpy.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrdup.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrecpy.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrlen.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrncat.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrncmp.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrncpy.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrrchr.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runestrstr.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
runetype.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfdef.h Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfecpy.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utflen.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfnlen.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfrrune.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfrune.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00
utfutf.c Move utf, fmt. Small header file changes. 2004-02-29 22:11:15 +00:00

/*
 * The authors of this software are Rob Pike and Ken Thompson.
 *              Copyright (c) 1998-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.
 */