Library providing compatibility functions to port OpenBSD code to other OSes
Library to help port code from OpenBSD to other operating systems
clens
$ #include <clens.h>
$ gcc -o program program.c -lclens
$ strlcpy(dst, src, sizeof(dst));