git_fopen 644 git-compat-util.h #define fopen(a,b) git_fopen(a,b) git_fopen 645 git-compat-util.h extern FILE *git_fopen(const char*, const char*);