.\" -*- coding: UTF-8 -*- .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) .\" .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL .\" %%%LICENSE_END .\" .\" Corrected, aeb, 2002-05-30 .\" \t .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH A64L 3 "13 Agosto 2020" "" "Manual del Programador de Linux" .SH NOMBRE a64l, l64a \- realizan la conversión entre enteros largos y base\-64 .SH SINOPSIS \fB#include \fP .PP \fBlong a64l(const char *\fP\fIstr64\fP\fB);\fP .PP \fBchar *l64a(long \fP\fIvalue\fP\fB);\fP .PP .RS -4 Requisitos de Macros de Prueba de Características para glibc (véase \fBfeature_test_macros\fP(7)): .RE .PP \fBa64l\fP(), \fBl64a\fP(): .br .RS 4 .ad l .\" || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED _XOPEN_SOURCE\ >=\ 500 || /* Glibc since 2.19: */ _DEFAULT_SOURCE || /* Glibc versions <= 2.19: */ _SVID_SOURCE .RE .ad .SH DESCRIPCIÓN These functions provide a conversion between 32\-bit long integers and little\-endian base\-64 ASCII strings (of length zero to six). If the string used as argument for \fBa64l\fP() has length greater than six, only the first six bytes are used. If the type \fIlong\fP has more than 32 bits, then \fBl64a\fP() uses only the low order 32 bits of \fIvalue\fP, and \fBa64l\fP() sign\-extends its 32\-bit result. .PP Los 64 dígitos del sistema base 64 son: .PP .RS .nf \&\(aq.\(aq representa un 0 \&\(aq/\(aq representa un 1 0\-9 representa 2\-11 A\-Z representa 12\-37 a\-z representa 38\-63 .fi .RE .PP Como ejemplo, 123 = 59*64\(ha0 + 1*64\(ha1 = "v/". .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lb lb lb l l l. Interfaz Atributo Valor T{ \fBl64a\fP() T} Seguridad del hilo MT\-Unsafe race:l64a T{ \fBa64l\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .SH "CONFORME A" POSIX.1\-2001, POSIX.1\-2008. .SH NOTAS El valor devuelto por \fBl64a\fP() puede ser un puntero a un buffer estático, que será sobreescrito posiblemente por llamadas posteriores. .PP El comportamiento de \fBl64a\fP() es indefinido cuando \fIvalue\fP es negativo. Si \fIvalue\fP es cero, devuelve una cadena vacía. .PP Estas funciones no funcionan correctamente en las versiones de glibc anteriores a 2.2.5 (ponen los digitos más significativos en primer lugar). .PP This is not the encoding used by \fBuuencode\fP(1). .SH "VÉASE TAMBIÉN" .\" .BR itoa (3), \fBuuencode\fP(1), \fBstrtoul\fP(3) .SH COLOFÓN Esta página es parte de la versión 5.10 del proyecto Linux \fIman\-pages\fP. Puede encontrar una descripción del proyecto, información sobre cómo informar errores y la última versión de esta página en \%https://www.kernel.org/doc/man\-pages/. .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Miguel Pérez Ibars . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .