共用方式為


_get_printf_count_output

指出是否printf、 _printf_l、 wprintf、 _wprintf_l-系列的函式支援%n格式。

int _get_printf_count_output();

傳回值

非零 if %n支援,則 0 %n不支援。

備註

如果%n不是支援 [(預設)、 遇到%n格式字串中的任一printf函式會叫用無效的參數處理常式,如所述參數驗證。如果%n啟用支援 (請參閱_set_printf_count_output) 然後%n中所述的行為模式printf 型別功能變數字元

需求

常式

所需的標頭

_get_printf_count_output

<stdio.h>

其他的相容性資訊,請參閱相容性在簡介中。

範例

請參閱範例的_set_printf_count_output

NET Framework 的對等用法

不適用。若要呼叫標準的 c 函式,使用PInvoke。如需詳細資訊,請參閱平台叫用範例