Synopsis

(macro) int pdx_IsFuncNULL(void (*func_ptr)())

Purpose

Check a function pointer for being NULL

Description

This macro provides a portable way of comparing a function pointer to NULL.

Input

func_ptr

The function pointer to be compared to NULL

Return

Result of comparison, 0 - func_ptr != NULL, 1 - func_ptr == NULL