Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道什么时候使用 vswprintf_l 而不是 vswprintf?
谢谢
不同之处在于最后vswprintf_l需要一个额外的类型参数locale_t。这意味着您可以vswprintf_l使用指定的语言环境而不是当前设置的语言环境进行调用。如果您传递 NULL 作为locale_tC 语言环境的参数,则将使用该参数。
vswprintf_l
locale_t