trampoline/lib/lib9/utf
Giacomo Tesio c43269a19e minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
..
LICENSE minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
README minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
lib9.h minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
plan9.h minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
portdate minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
rune.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrcat.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrchr.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrcmp.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrcpy.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrdup.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrecpy.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrlen.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrncat.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrncmp.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrncpy.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrrchr.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runestrstr.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
runetype.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfdef.h minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfecpy.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utflen.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfnlen.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfrrune.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfrune.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00
utfutf.c minimal plan9port to cross-build Jehanne 2021-12-22 10:35:45 +01:00

README

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