]> rtime.felk.cvut.cz Git - sysless.git/blob - arch/arm/mach-lpc21xx/tools/tolpc/uuencode.h
cmdproc: Make backspace work even in sterm
[sysless.git] / arch / arm / mach-lpc21xx / tools / tolpc / uuencode.h
1 //
2 // C++ Interface: uuencode
3 //
4 // Description: 
5 //
6 //
7 // Author: Michal Sojka <sojkam1@fel.cvut.cz>, (C) 2005
8 //
9 // Copyright: See COPYING file that comes with this distribution
10 //
11 //
12
13 #ifndef _UUENCODE_H
14 #define _UUENCODE_H
15
16 int uuencode_line(char *dest, unsigned char *source, int length);
17
18 #endif