Codebase list tcmu / lintian-fixes/main string_priv.h
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

string_priv.h @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
#ifndef TCMU_STRING_PRIV_H
#define TCMU_STRING_PRIV_H

#include <sys/types.h>

size_t strlcpy(char *dst, const char *src, size_t size);

#endif