Annotation of parser3/src/include/pa_uue.h, revision 1.17
1.1 paf 1: /** @file
2: Parser: uue encoding module.
3:
1.17 ! moko 4: Copyright (c) 2000-2026 Art. Lebedev Studio (https://www.artlebedev.com)
1.15 moko 5: Authors: Konstantin Morshnev <moko@design.ru>, Alexandr Petrosian <paf@design.ru>
1.1 paf 6: */
7:
8: #ifndef PA_UUE_H
9: #define PA_UUE_H
1.2 paf 10:
1.17 ! moko 11: #define IDENT_PA_UUE_H "$Id: pa_uue.h,v 1.16 2024/11/04 03:53:25 moko Exp $"
1.1 paf 12:
1.10 misha 13: const char* pa_uuencode(const unsigned char* in, size_t in_size, const char* file_name);
1.1 paf 14:
15: #endif
E-mail: