#include #include int main(int argc, char **argv) { char buf[10]; strlcpy(buf, "foo", 10); return 1; }