From 85dd2e5b73ef28bac042360f93733d9b4728c4ac Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 8 Mar 2000 03:46:01 +0000 Subject: * libc/string/Makefile.am (lib_a_SOURCES): Added swab.c. (CHEWOUT_FILES): Added swab.def. * libc/string/Makefile.in: Rebuilt. * libc/string/string.tex: Include swab.def. * libc/include/string.h (swab): Declare. * libc/string/swab.c: New file. --- newlib/libc/string/strings.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/string/strings.tex') diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex index 2d17d1c6f..f70580b2c 100644 --- a/newlib/libc/string/strings.tex +++ b/newlib/libc/string/strings.tex @@ -37,6 +37,7 @@ managing areas of memory. The corresponding declarations are in * strtok:: Get next token from a string * strupr:: Convert string to upper case * strxfrm:: Transform string +* swab:: Swap adjacent bytes @end menu @page @@ -131,3 +132,6 @@ managing areas of memory. The corresponding declarations are in @page @include string/strxfrm.def + +@page +@include string/swab.def -- cgit v1.2.3