Code

wreadln: optimize wreadln_delete_char() with memmove()
authorMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:56:18 +0000 (14:56 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 6 Oct 2008 12:56:18 +0000 (14:56 +0200)
commit003f90586c1eab5f17cdc85bf0fc43e5f2a170ec
treece296ba69b06f31572820d29853af99912967ef7
parent14a15db8fa40bf40047229be92d99c0f5a6d8309
wreadln: optimize wreadln_delete_char() with memmove()

Let memmove() do the dirty work on overlapping buffers..
src/wreadln.c