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