bibtool icon indicating copy to clipboard operation
bibtool copied to clipboard

Fix conflicting declarations

Open tautschnig opened this issue 1 year ago • 0 comments

  • TeX_read returns a bool, which will be _Bool when stdbool.h is available.
  • px_fopen requires a function (pointer) that takes a char * argument.

tautschnig avatar Oct 11 '23 08:10 tautschnig