ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/uuint.h
(Generate patch)

Comparing Convert-UUlib/uulib/uuint.h (file contents):
Revision 1.9 by root, Mon Aug 24 04:38:23 2009 UTC vs.
Revision 1.10 by root, Thu Dec 10 22:49:15 2020 UTC

20/* 20/*
21 * This file describes the internal structures, variables and definitions 21 * This file describes the internal structures, variables and definitions
22 * of UUDeview. It should not be included from other packages. Subject to 22 * of UUDeview. It should not be included from other packages. Subject to
23 * change without notice. Do not depend on anything here. 23 * change without notice. Do not depend on anything here.
24 * 24 *
25 * $Id: uuint.h,v 1.9 2009/08/24 04:38:23 root Exp $ 25 * $Id: uuint.h,v 1.10 2020/12/10 22:49:15 root Exp $
26 */ 26 */
27 27
28/* 28/*
29 * Busy Polls will be made after processing ... lines 29 * Busy Polls will be made after processing ... lines
30 */ 30 */
67 * by zero for b<100 and the result doesn't become larger than 100% 67 * by zero for b<100 and the result doesn't become larger than 100%
68 */ 68 */
69 69
70#define UUPERCENT(a,b) ((int) ((unsigned long)(a) / \ 70#define UUPERCENT(a,b) ((int) ((unsigned long)(a) / \
71 (((unsigned long)(b)/100)+1))) 71 (((unsigned long)(b)/100)+1)))
72 72
73/* 73/*
74 * Make the Busy Callback easier. The macro returns true if the BusyCallback 74 * Make the Busy Callback easier. The macro returns true if the BusyCallback
75 * wants us to terminate. 75 * wants us to terminate.
76 */ 76 */
77 77
300 300
301fileread * ScanPart (FILE *, char *, int *); 301fileread * ScanPart (FILE *, char *, int *);
302 302
303int UUbhdecomp (char *, char *, 303int UUbhdecomp (char *, char *,
304 char *, int *, 304 char *, int *,
305 size_t, size_t, 305 size_t, size_t,
306 size_t *); 306 size_t *);
307size_t UUbhwrite (char *, size_t, size_t, FILE *); 307size_t UUbhwrite (char *, size_t, size_t, FILE *);
308 308
309/* 309/*
310 * Functions from uunconc.c 310 * Functions from uunconc.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines