diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-11-30 02:17:18 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2017-12-01 03:41:52 -0600 |
commit | a38fc79ee9f7ccef78adf91aba8f5ae374803dfe (patch) | |
tree | 3bc6d244fe6582cdd6e68558780ab1ef45f9100f /newlib/libc/stdlib/a64l.c | |
parent | a60026253d244fd722ef153625defe16c4504010 (diff) | |
download | newlib-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/a64l.c')
-rw-r--r-- | newlib/libc/stdlib/a64l.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/newlib/libc/stdlib/a64l.c b/newlib/libc/stdlib/a64l.c index ee3d40d..8d68ed0 100644 --- a/newlib/libc/stdlib/a64l.c +++ b/newlib/libc/stdlib/a64l.c @@ -7,19 +7,11 @@ INDEX INDEX l64a -ANSI_SYNOPSIS +SYNOPSIS #include <stdlib.h> long a64l(const char *<[input]>); char *l64a(long <[input]>); -TRAD_SYNOPSIS - #include <stdlib.h> - long a64l(<[input]>) - const char *<[input]>; - - char *l64a(<[input]>) - long <[input]>; - DESCRIPTION Conversion is performed between long and radix-64 characters. The <<l64a>> routine transforms up to 32 bits of input value starting from |