"FC" == François Charette writes:
FC> This time I renamed getline to _getline, because get_line is also
FC> defined in texk/ttf2pk/newobj.{c,h}
note that identifiers which start with underscore are reserved in C and can
potentially cause conflicts. it is better to use some other name, it seems...
Best
v.