.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 2002 walter harms (walter.harms@informatik.uni-oldenburg.de) .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" .\" Corrected, aeb, 2002-05-30 .\" \t .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH a64l 3 "20 ​​Julio 2023" "Páginas de manual de Linux 6.05.01" .SH NOMBRE a64l, l64a \- realizan la conversión entre enteros largos y base\-64 .SH BIBLIOTECA Biblioteca Estándar C (\fIlibc\fP, \fI\-lc\fP) .SH SINOPSIS .nf \fB#include \fP .PP \fBlong a64l(const char *\fP\fIstr64\fP\fB);\fP \fBchar *l64a(long \fP\fIvalue\fP\fB);\fP .fi .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(): .nf .\" || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED _XOPEN_SOURCE >= 500 || /* glibc >= 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _SVID_SOURCE .fi .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\[ha]0 + 1*64\[ha]1 = "v/". .SH ATRIBUTOS Para obtener una explicación de los términos usados en esta sección, véase \fBattributes\fP(7). .TS allbox; lbx lb lb l l l. Interfaz Atributo Valor T{ .na .nh \fBl64a\fP() T} Seguridad del hilo MT\-Unsafe race:l64a T{ .na .nh \fBa64l\fP() T} Seguridad del hilo Multi\-hilo seguro .TE .sp 1 .SH ESTÁNDARES POSIX.1\-2008. .SH HISTORIAL POSIX.1\-2001. .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 These functions are broken before glibc 2.2.5 (puts most significant digit first). .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) .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 .