X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Futil.h;h=255a329c8146ac9b0e71e96eedfc6f7c610a9532;hb=81695a4dff6da6b5315735e92d53d77c49f42fce;hp=754f5de1edbc012141e9612f0037e7abf7ef3399;hpb=28cd7b38cfe2476510c1de876351b7c48158b1b3;p=cascardo%2Fdeclara.git diff --git a/lib/util.h b/lib/util.h index 754f5de..255a329 100644 --- a/lib/util.h +++ b/lib/util.h @@ -74,4 +74,6 @@ static inline int centavos(long long val) #define FMT_R "R$ %lld,%02d" #define R(l) reais(l), centavos(l) +int dumpfile(int fd, char *filename); + #endif