diff options
Diffstat (limited to 'src/string/strcoll.c')
-rw-r--r-- | src/string/strcoll.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/string/strcoll.c b/src/string/strcoll.c index 875d990c..d894e011 100644 --- a/src/string/strcoll.c +++ b/src/string/strcoll.c @@ -1,3 +1,5 @@ +#if 0 + #include <stdlib.h> #include <string.h> #include "_assert.h" @@ -41,3 +43,6 @@ compares the collation values of the strings at ARGUMENT(s1) and ARGUMENT(s2). LC_COLLATE STDC(1) */ + + +#endif |