aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/powerpc/strtoufix16.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 01:38:25 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:50 -0600
commit1f1e477554ce58dec2cb0b4629164e420cca75f0 (patch)
tree3037e594aecb2364b4539127c39dd277ed675ec3 /newlib/libc/machine/powerpc/strtoufix16.c
parentddd22ee06902fbe6cf8a9f4b67c351ac28c3872c (diff)
downloadnewlib-1f1e477554ce58dec2cb0b4629164e420cca75f0.zip
newlib-1f1e477554ce58dec2cb0b4629164e420cca75f0.tar.gz
newlib-1f1e477554ce58dec2cb0b4629164e420cca75f0.tar.bz2
powerpc: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/machine/powerpc/strtoufix16.c')
-rw-r--r--newlib/libc/machine/powerpc/strtoufix16.c31
1 files changed, 1 insertions, 30 deletions
diff --git a/newlib/libc/machine/powerpc/strtoufix16.c b/newlib/libc/machine/powerpc/strtoufix16.c
index d90255c..3bf2d6b 100644
--- a/newlib/libc/machine/powerpc/strtoufix16.c
+++ b/newlib/libc/machine/powerpc/strtoufix16.c
@@ -15,7 +15,7 @@ INDEX
INDEX
_strtoufix64_r
-ANSI_SYNOPSIS
+SYNOPSIS
#include <stdlib.h>
__uint16_t strtoufix16 (const char *<[s]>, char **<[ptr]>);
@@ -32,35 +32,6 @@ ANSI_SYNOPSIS
__uint64_t _strtoufix64_r (void *<[reent]>,
const char *<[s]>, char **<[ptr]>);
-TRAD_SYNOPSIS
- #include <stdlib.h>
- __uint16_t strtoufix16 (<[s]>, <[ptr]>)
- char *<[s]>;
- char **<[ptr]>;
-
- __uint32_t strtoufix32 (<[s]>, <[ptr]>)
- char *<[s]>;
- char **<[ptr]>;
-
- __uint64_t strtoufix64 (<[s]>, <[ptr]>)
- char *<[s]>;
- char **<[ptr]>;
-
- __uint16_t _strtoufix16_r (<[reent]>, <[s]>, <[ptr]>)
- char *<[reent]>;
- char *<[s]>;
- char **<[ptr]>;
-
- __uint32_t _strtoufix32_r (<[reent]>, <[s]>, <[ptr]>)
- char *<[reent]>;
- char *<[s]>;
- char **<[ptr]>;
-
- __uint64_t _strtoufix64_r (<[reent]>, <[s]>, <[ptr]>)
- char *<[reent]>;
- char *<[s]>;
- char **<[ptr]>;
-
DESCRIPTION
The function <<strtoufix16>> converts the string <<*<[s]>>> to
a fixed-point 16-bits fraction representation. The function