X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstring.h;h=0c64ace57dca303d8f3e6e447fc09cec03b931b0;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=1a52eb37de4036b3faaaa8eb72eb0ec4c9e1f0f8;hpb=0b7df598070533b746e6162e53f90af764bd8f83;p=libucw.git diff --git a/ucw/string.h b/ucw/string.h index 1a52eb37..0c64ace5 100644 --- a/ucw/string.h +++ b/ucw/string.h @@ -25,13 +25,12 @@ #define str_sepsplit ucw_str_sepsplit #define str_unesc ucw_str_unesc #define str_wordsplit ucw_str_wordsplit -#define strnlen ucw_strnlen #endif /* string.c */ #ifdef CONFIG_DARWIN -uns strnlen(const char *str, uns n); +uns strnlen(const char *str, uns n); // NOAPI #endif /**