Codebase list tcmu / fresh-releases/main string_priv.h
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

string_priv.h @fresh-releases/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