mittinatten / freesasa

C-library for calculating Solvent Accessible Surface Areas
http://freesasa.github.io/
MIT License
105 stars 37 forks source link

GNU Getline #2

Closed mittinatten closed 9 years ago

mittinatten commented 10 years ago

PDB input relies on GNU getline(). This seems to be available on most modern platforms, but is not part of any C standard. The funciton is only used for basic functionality with predictable input, so maybe one could write a simple version for Sasalib, preferably not, though.

mittinatten commented 9 years ago

With the addition of getopt_long in 47bba15718d83d3391cefe5214167d01f498d0ff we are now committed to using GNU libraries and this issue is now a feature :)