* Use fgets() instead of fscanf(). Uses an additional memory buffer, but
commit150cd76728c29cfd15285a133684bcad63392404
authorsam <sam@92316355-f0b4-4df1-b90c-862c8a59935f>
Fri, 13 Oct 2006 13:19:45 +0000 (13 13:19 +0000)
committersam <sam@92316355-f0b4-4df1-b90c-862c8a59935f>
Fri, 13 Oct 2006 13:19:45 +0000 (13 13:19 +0000)
tree68b14dd6c4f5848b1a6eefba209905fd43c86edd
parentbecbbc70cdf4ac01f3d0856763e15731eb94a270
  * Use fgets() instead of fscanf(). Uses an additional memory buffer, but
    paves the way for custom IO functions.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/toilet/trunk@1200 92316355-f0b4-4df1-b90c-862c8a59935f
src/figlet.c