]> 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 8122b1cf5a9e80b1015de4df856337920580a175..0c64ace57dca303d8f3e6e447fc09cec03b931b0 100644 (file)
@@ -30,7 +30,7 @@
 /* string.c */
 
 #ifdef CONFIG_DARWIN
-uns strnlen(const char *str, uns n);
+uns strnlen(const char *str, uns n);   // NOAPI
 #endif
 
 /**