Underscore `_` before the format string

前端 未结 3 598
刺人心
刺人心 2020-11-30 12:12

I\'m here looking at some C source code and I\'ve found this:

fprintf(stderr, _(\"Try `%s --help\' for more information.\\n\"), command);

I

3条回答
提交回复
热议问题