LoginSignup
0
0

More than 5 years have passed since last update.

secureCoding > C11附属書K > strcpy_s() > コピー先配列のサイズを指定する

Last updated at Posted at 2015-04-27

引用: C/C++ セキュアコーディング 第2版 by Robert C. Seacordら

errno_t strcpy_s(
  char * restrict s1, rsize_t s1max, const char * restrict s2
);

s1maxとしてサイズを指定する。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0