From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/runestrcat.html | 107 ----------------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 man/man3/runestrcat.html (limited to 'man/man3/runestrcat.html') diff --git a/man/man3/runestrcat.html b/man/man3/runestrcat.html deleted file mode 100644 index 4774265c..00000000 --- a/man/man3/runestrcat.html +++ /dev/null @@ -1,107 +0,0 @@ - -runestrcat(3) - Plan 9 from User Space - - - - -
-
-
RUNESTRCAT(3)RUNESTRCAT(3) -
-
-

NAME
- -
- - runestrcat, runestrncat, runestrcmp, runestrncmp, runestrcpy, - runestrncpy, runestrecpy, runestrlen, runestrchr, runestrrchr, - runestrdup, runestrstr – rune string operations
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- Rune* runestrcat(Rune *s1, Rune *s2) -
-
- Rune* runestrncat(Rune *s1, Rune *s2, long n) -
-
- int     runestrcmp(Rune *s1, Rune *s2) -
-
- int     runestrncmp(Rune *s1, Rune *s2, long n) -
-
- Rune* runestrcpy(Rune *s1, Rune *s2) -
-
- Rune* runestrncpy(Rune *s1, Rune *s2, long n) -
-
- Rune* runestrecpy(Rune *s1, Rune *es1, Rune *s2) -
-
- long    runestrlen(Rune *s) -
-
- Rune* runestrchr(Rune *s, Rune c) -
-
- Rune* runestrrchr(Rune *s, Rune c) -
-
- Rune* runestrdup(Rune *s) -
-
- Rune* runestrstr(Rune *s1, Rune *s2)
-
-
-

DESCRIPTION
- -
- - These functions are rune string analogues of the corresponding - functions in strcat(3).
- -
-

SOURCE
- -
- - /usr/local/plan9/src/lib9
-
-
-

SEE ALSO
- -
- - memory(3), rune(3), strcat(3)
- -
-

BUGS
- -
- - The outcome of overlapping moves varies among implementations.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3