hb_mathSetHandler()

set the harbour math handler

Syntax

C Prototype

#include <hbmath.h>
hb_mathSetHandler (HB_MATH_HANDLERPROC handlerproc) --> HB_MATH_HANDLERPROC previous_handerproc

Arguments

handlerproc custom math handler typedef int (* HB_MATH_HANDLERPROC)(HB_MATH_EXCEPTION * err)

Returns

previous_handlerproc previous math handler typedef int (* HB_MATH_HANDLERPROC)(HB_MATH_EXCEPTION * err)

Description


Examples

Status

Ready

Compliance

Compliance is not applicable to API calls.

Files

Library is rtl

Platforms

All