add dummied strverscmp (obnoxious GNU function)
authorRich Felker <dalias@aerifal.cx>
Mon, 12 Sep 2011 02:45:56 +0000 (22:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 12 Sep 2011 02:45:56 +0000 (22:45 -0400)
commita6540174be064806b6eb4dc6abff48a9b4facfdd
treea4f1973d1daf9f8c575507ca405de87c19085fc6
parentd4045a1683d402dd4e53b3ae388d8794d7238c7e
add dummied strverscmp (obnoxious GNU function)

programs that use this tend to horribly botch international text
support, so it's questionable whether we want to support it even in
the long term... for now, it's just a dummy that calls strcmp.
include/string.h
src/string/strverscmp.c [new file with mode: 0644]