Top |
void
fdisk_init_debug (int mask
);
If the mask
is not specified then this function reads
LIBFDISK_DEBUG environment variable to get the mask.
Already initialized debugging stuff cannot be changed. It does not have effect to call this function twice.
It's strongly recommended to use fdisk_init_debug(0) in your code.