引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら
errno_t strcpy_s(
char * restrict s1, rsize_t s1max, const char * restrict s2
);
s1maxとしてサイズを指定する。
Go to list of users who liked
More than 5 years have passed since last update.
引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら
errno_t strcpy_s(
char * restrict s1, rsize_t s1max, const char * restrict s2
);
s1maxとしてサイズを指定する。
Register as a new user and use Qiita more conveniently
Go to list of users who liked