libflame  12600
Functions
FLA_Obj_create_constant_ext_check.c File Reference

(r12600)

Functions

FLA_Error FLA_Obj_create_constant_ext_check (float const_s, double const_d, FLA_Obj *obj)

Function Documentation

FLA_Error FLA_Obj_create_constant_ext_check ( float  const_s,
double  const_d,
FLA_Obj obj 
)

References FLA_Check_null_pointer().

Referenced by FLA_Obj_create_constant_ext().

{
  FLA_Error e_val;

  e_val = FLA_Check_null_pointer( obj );
  FLA_Check_error_code( e_val );

  return FLA_SUCCESS;
}