http://gothub.pjsfkvpxlinjamtawaksbnnaqs2fc2mtvmozrzckxh7f3kis6yea25ad.onion/git/git/blob/master/base85.c
GotHub (master) Explore About Source code Back to git/git base85.c Raw 1 # include "git-compat-util.h" 2 # include "base85.h" 3 4 # undef DEBUG_85 5 6 # ifdef DEBUG_85 7 # define say(a) fprintf(stderr, a) 8 # define say1(a,b) fprintf(stderr, a, b) 9 # define say2(a,b,c) fprintf(stderr, a, b, c) 10 # else 11 # define say(a) do { /* nothing */ } while (0) 12 # define say1(a,b) do { /* nothing */ } while (0) 13 # define say2(a,b,c) do { /*...