Hi, [...] > after > > strnlen("a", 2-1) = 0 | $ cat foo.c | | #include <string.h> | #include <stdio.h> | | int main(){ | printf("%u\n",strnlen("a",2-1)); | return 0; | } | | $ gcc -o foo foo.c | $ ./foo | 1 | $ Florian -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html