Xinqi Bao's Git

Refactor swap.c to use getline() instead of buf-filling
authorLaslo Hunhold <[email protected]>
Mon, 28 May 2018 19:16:02 +0000 (21:16 +0200)
committerAaron Marcher <[email protected]>
Mon, 28 May 2018 20:21:34 +0000 (22:21 +0200)
This drops a lot of code and even though we are using a common function,
the specification of only the needed things keeps it very efficient and
even more efficient in memory and time than the previous solution.


No differences found