Skip to contents

Check if a tcc_symbol external pointer is valid

Usage

tcc_symbol_is_valid(ptr)

Arguments

ptr

External pointer from tcc_get_symbol().

Value

TRUE if the pointer address is non-null, FALSE otherwise.