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