git/compat/strlcpy.c

#include "../git-compat-util.h"

size_t gitstrlcpy(char *dest, const char *src, size_t size)
{}