32.3.3 DBSCANF()
Description
Calls scanf()
. Available for only the APPIN/APPOUT mechanism, not for the PIC32 Starter Kit mechanism.
Include
<sys/appio.h>
Remarks
Behaves as ((void)0)
when APPIN/APPOUT debugging is not enabled via the -mappio-debug
or –DPIC32_STARTER_KIT
option. Use this macro to read formatted input that should read only when debugging. PIC32 Starter Kit users should consider DBGETS
instead.