#include #include int main(int argc, char **argv) { char *foo; strlcat(foo, "bar", -(sizeof(foo))); return 1; }