🏗 Add xdelta3 dependency

This commit is contained in:
C-3PO 2018-09-14 03:16:31 +02:00
parent 80f2439239
commit ae59ce2256
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
97 changed files with 45332 additions and 1 deletions

View file

@ -1,3 +1,5 @@
#pragma once
//minimum of two integers
#define min(a,b) \
({ __typeof__ (a) _a = (a); \