32.3.1 DBINIT()

Description

Selects the appropriate mechanism (APPIN/APPOUT or Starter Kit) and initializes buffering as appropriate. When the -mappio-debug option is passed to the compiler, the init function initializes the debug library for APPIN/APPOUT. When the –DPIC32_STARTER_KIT option is passed to the compiler, the init function initializes the debug library for the PIC32 Starter Kit.

The APPIN/APPOUT mechanism disables stdin/stdout buffering while the PIC32 Starter Kit mechanism uses default line buffering.

Include

<sys/appio.h>

Remarks

Behaves as ((void)0) when APPIO debugging or Starter Kit I/O debugging is not enabled.