X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrcoll.c;h=3693e48071f975ebd4b631556c7172d0d416e327;hb=ed0101ff5bc5dda85d13eeed5217959bfe87e71c;hp=51fc59f00e606d58332c564d5dfb797e6acdd0ea;hpb=41afb7a0762978ee57d1a8d6223e82e73f2acb9b;p=pdclib.old diff --git a/functions/string/strcoll.c b/functions/string/strcoll.c index 51fc59f..3693e48 100644 --- a/functions/string/strcoll.c +++ b/functions/string/strcoll.c @@ -16,3 +16,5 @@ int strcoll( const char * s1, const char * s2 ) { return strcmp( s1, s2 ); } + +#warning Test driver missing.