]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/string.h
API: Introduced exceptions for common mistakes of the symbol mapper
[libucw.git] / ucw / string.h
index 1a52eb37de4036b3faaaa8eb72eb0ec4c9e1f0f8..0c64ace57dca303d8f3e6e447fc09cec03b931b0 100644 (file)
 #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
 
 /**