3 Copyright (C) 2003 Elwood C. Downey
5 This library is free software;
6 you can redistribute it and / or
7 modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation;
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT
ANY WARRANTY;
14 without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License
for more details.
18 You should have received a copy of the GNU Lesser General Public
19 License along with
this library;
20 if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110 - 1301 USA
44 extern int to64frombits_s(
unsigned char *out,
const unsigned char *in,
int inlen,
size_t outlen);
47 __attribute__((deprecated(
"unsafe function, use to64frombits_s instead")))
49 extern int to64frombits(
unsigned char *out,
const unsigned char *in,
int inlen);