aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/wcstoul.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 02:17:18 -0600
committerYaakov Selkowitz <yselkowi@redhat.com>2017-12-01 03:41:52 -0600
commita38fc79ee9f7ccef78adf91aba8f5ae374803dfe (patch)
tree3bc6d244fe6582cdd6e68558780ab1ef45f9100f /newlib/libc/stdlib/wcstoul.c
parenta60026253d244fd722ef153625defe16c4504010 (diff)
downloadnewlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.zip
newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.gz
newlib-a38fc79ee9f7ccef78adf91aba8f5ae374803dfe.tar.bz2
stdlib: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib/wcstoul.c')
-rw-r--r--newlib/libc/stdlib/wcstoul.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/newlib/libc/stdlib/wcstoul.c b/newlib/libc/stdlib/wcstoul.c
index e87b2ec..d649810 100644
--- a/newlib/libc/stdlib/wcstoul.c
+++ b/newlib/libc/stdlib/wcstoul.c
@@ -11,7 +11,7 @@ INDEX
INDEX
_wcstoul_r
-ANSI_SYNOPSIS
+SYNOPSIS
#include <wchar.h>
unsigned long wcstoul(const wchar_t *__restrict <[s]>,
wchar_t **__restrict <[ptr]>, int <[base]>);
@@ -24,19 +24,6 @@ ANSI_SYNOPSIS
unsigned long _wcstoul_r(void *<[reent]>, const wchar_t *<[s]>,
wchar_t **<[ptr]>, int <[base]>);
-TRAD_SYNOPSIS
- #include <wchar.h>
- unsigned long wcstoul(<[s]>, <[ptr]>, <[base]>)
- wchar_t *__restrict <[s]>;
- wchar_t **__restrict <[ptr]>;
- int <[base]>;
-
- unsigned long _wcstoul_r(<[reent]>, <[s]>, <[ptr]>, <[base]>)
- wchar_t *<[reent]>;
- wchar_t *<[s]>;
- wchar_t **<[ptr]>;
- int <[base]>;
-
DESCRIPTION
The function <<wcstoul>> converts the wide string <<*<[s]>>> to
an <<unsigned long>>. First, it breaks down the string into three parts: