mirror of
https://github.com/adtools/clib2.git
synced 2026-05-08 22:24:58 +00:00
gets() now tries to copy as much data from the read buffer as possible, and will fall back onto using the __getc() macro only if necessary. This should improve performance on long lines, or crash faster if the read buffer happens to be too short. This is probably wasted on gets(), but you never know...