:orphan: .. title:: CBPRINTF_N_SPECIFIER .. option:: CONFIG_CBPRINTF_N_SPECIFIER *Support %n specifications* Type: ``bool`` Help ==== If selected %n can be used to determine the number of characters emitted. If enabled there is a small increase in code size. Direct dependencies =================== \ :option:`CBPRINTF_COMPLETE ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``lib/os/Kconfig.cbprintf:99`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:16`` → ``lib/os/Kconfig:73`` Menu path: (Top) → Additional libraries → OS Support Library .. parsed-literal:: config CBPRINTF_N_SPECIFIER bool "Support %n specifications" default y depends on \ :option:`CBPRINTF_COMPLETE ` help If selected %n can be used to determine the number of characters emitted. If enabled there is a small increase in code size. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*