FLASH_Obj_create_flat_copy_of_hier_check.c File Reference

(r)


Functions

FLA_Error FLASH_Obj_create_flat_copy_of_hier_check (FLA_Obj H, FLA_Obj *F)

Function Documentation

FLA_Error FLASH_Obj_create_flat_copy_of_hier_check ( FLA_Obj  H,
FLA_Obj F 
)

References FLA_Check_null_pointer().

Referenced by FLASH_Obj_create_flat_copy_of_hier().

00036 {
00037   FLA_Error e_val;
00038 
00039   e_val = FLA_Check_null_pointer( F );
00040   FLA_Check_error_code( e_val );
00041 
00042   return FLA_SUCCESS;
00043 }


Generated on Mon Jul 6 05:45:51 2009 for libflame by  doxygen 1.5.9