# define LOGFILE_NAME_ERR "test_proc" "_err"
printf("%s", LOGFILE_NAME_ERR);
出力結果
test_proc_err
参考URL
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1123856101
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
# define LOGFILE_NAME_ERR "test_proc" "_err"
printf("%s", LOGFILE_NAME_ERR);
出力結果
test_proc_err
参考URL
http://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q1123856101
Register as a new user and use Qiita more conveniently
Go to list of users who liked