OSDN Git Service

Added some temporary "stubs" for collation.
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 8 Nov 2002 04:21:58 +0000 (04:21 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 8 Nov 2002 04:21:58 +0000 (04:21 -0000)
commit5dcc4c2e25452b932e3c45bf25cfb89db461bba7
tree513e3fb2e31564ac07dd4ffbd976893aa73d74f5
parent4edebd1e22b835ff075719c228b099559c7e346d
Added some temporary "stubs" for collation.
  strcoll is an alias for strcmp.
  strxfrm is an alias for strlcpy.
  wcscoll is an alias for wcscmp.
  wcsxfrm is implemented as a wchar version of strlcpy.
Real locale-dependent implementations are coming soon.
libc/string/Makefile
libc/string/strxfrm.c [deleted file]
libc/string/wstring.c