zeromq-src 0.3.6+4.3.5

Source code and logic to build ZeroMQ from source
Documentation
1
2
3
4
5
6
7
#include <string.h>

int main() {
    char buf[1];
    (void)strlcpy(buf, "a", 1);
    return 0;
}