TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
TTKCommon
config
config.tests
strlcpy
strlcpy.cpp
Go to the documentation of this file.
1
#include <string.h>
2
3
int
main
(
int
argc,
char
*argv[])
4
{
5
char
v[2] = {};
6
strlcpy
(v,
"1"
, 2);
7
return
0;
8
}
strlcpy
size_t strlcpy(char *dst, const char *src, size_t dsize)
Definition:
strlcpy.c:28
main
int main(int argc, char *argv[])
Definition:
strlcpy.cpp:3
Generated on Tue Jan 21 2025 21:07:12 for TTKMusicPlayer by
1.8.8