X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrxfrm.c;h=5849a0cb80ea52a44883c0ed1d7837125f97340a;hb=d7b8babd5baa57655500362845a6bf78a79a8e16;hp=60575cb119e4bfcc544daac4709ba2cd26a29d73;hpb=41afb7a0762978ee57d1a8d6223e82e73f2acb9b;p=pdclib.old diff --git a/functions/string/strxfrm.c b/functions/string/strxfrm.c index 60575cb..5849a0c 100644 --- a/functions/string/strxfrm.c +++ b/functions/string/strxfrm.c @@ -8,6 +8,7 @@ Permission is granted to use, modify, and / or redistribute at will. */ +#include <_PDCLIB_aux.h> #include /* TODO: Dummy function, no locale support yet. */ @@ -24,3 +25,5 @@ size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si } return len; } + +#warning Test driver missing.