libflame  12600
Functions
FLASH_Obj_create_flat_copy_of_hier_check.c File Reference

(r12600)

Functions

FLA_Error FLASH_Obj_create_flat_copy_of_hier_check (FLA_Obj H, FLA_Obj *F)

Function Documentation

References FLA_Check_null_pointer().

Referenced by FLASH_Obj_create_flat_copy_of_hier().

{
  FLA_Error e_val;

  e_val = FLA_Check_null_pointer( F );
  FLA_Check_error_code( e_val );

  return FLA_SUCCESS;
}