oops, that commit wasn't so clean
[hrr.git] / uu.c
blobd9b6e39743672fc2d6697444d46ec90aa699cc94
1 /*
2 -----BEGIN PGP SIGNED MESSAGE-----
3 Hash: SHA1
5 m m mm mmm .----------. .---------------------. mmm mm m m
6 8 8 88 888 | .--------` | .------------------` 888 88 8 8
7 8 8 88 888 | ```````|`V```````| |``||``|`````| 888 88 8 8
8 8 8 88 888 `------ | | [] | |``````|| | [] | 888 88 8 8
9 8 8 88 888 |`````` | | | ````|```` | | 888 88 8 8
10 ` ` `` ``` ``````````````> |````````````| |`` ``` `` ` `
11 ==============` `---`
12 L A B O R A T O R I E S
14 This file is part of Hacker Radio Rec.
16 Hacker Radio Rec is free software: you can redistribute it and/or
17 modify it under the terms of the GNU General Public License as
18 published by the Free Software Foundation, either version 3 of
19 the License or (at your option) any later version.
21 Hacker Radio Rec is distributed in the hope that it will be
22 useful, but WITHOUT ANY WARRANTY; without even the implied
23 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 See the GNU General Public License for more details.
26 Copyright (C) 2009, Thea DeSilva
27 You can find a copy of GNU General Public License in COPYING
30 #include <stdio.h>
31 #include <stdlib.h>
32 #include <SDL.h>
34 unsigned char buffer[0xffff];
38 Sint32 uudec(char *filename, char *name) {
41 static Sint32
42 decode(char *name)
46 static Sint32
47 decode2(char *name)
51 static Sint32
52 uu_decode(void)
58 Sint32 in_read(char *out_buf, Sint32 len) {
61 Sint32 uuenc(FILE *fp, char *name, unsigned char *buf, Sint32 len)
66 void
67 encode(void)
72 Thank you for your attention
73 -----BEGIN PGP SIGNATURE-----
74 Version: GnuPG v1.4.9 (OpenBSD)
76 iEYEARECAAYFAkrsgxQACgkQMNO4A6bnBrOLyACePiqxqpVKfkDPn6oD6I5iby8l
77 9UEAoIggDsx+odRZA3fNO1aFwzEsql3v
78 =UcVu
79 -----END PGP SIGNATURE-----