bibtool
bibtool copied to clipboard
Fix conflicting declarations
- TeX_read returns a
bool
, which will be_Bool
whenstdbool.h
is available. -
px_fopen
requires a function (pointer) that takes achar *
argument.