WTPersonal
Posts
Categories
Tags
Project
About
English
English
简体中文
Light
Dark
Auto
WTPersonal
Cancel
Posts
Categories
Tags
Project
About
Light
Dark
Auto
English
English
简体中文
Program C functions
C related functions
Contents
Assign string to variable
Assign string to variable
Func
Header
Description
sprintf
string.h
assign format string to variable. sprintf(str, “%s %s\n”, s1, s2)
strncpy
string.h
copy string from a variable to another. strncpy(str, source, length)