Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   l64a.3p    ( 3 )

битовое целое число в строку ASCII с основанием системы счисления-64 (bit integer to a radix-64 ASCII string)

Пролог (Prolog)

This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the corresponding Linux manual page for details of Linux behavior), or the interface may not be implemented on Linux.


Имя (Name)

l64a — convert a 32-bit integer to a radix-64 ASCII string


Синопсис (Synopsis)

#include <stdlib.h>

char *l64a(long value);


Описание (Description)

Refer to a64l(3p).