libflame
revision_anchor
src
base
flamec
check
base
main
Functions
FLA_Obj_copy_view_check.c File Reference
(r)
Functions
FLA_Error
FLA_Obj_copy_view_check
(
FLA_Obj
A
,
FLA_Obj
*
B
)
Function Documentation
◆
FLA_Obj_copy_view_check()
FLA_Error
FLA_Obj_copy_view_check
(
FLA_Obj
A
,
FLA_Obj
*
B
)
14
{
15
FLA_Error
e_val
;
16
17
e_val
=
FLA_Check_null_pointer
(
A
.base );
18
FLA_Check_error_code
(
e_val
);
19
20
e_val
=
FLA_Check_null_pointer
(
B
->base );
21
FLA_Check_error_code
(
e_val
);
22
23
return
FLA_SUCCESS
;
24
}
FLA_Check_null_pointer
FLA_Error FLA_Check_null_pointer(void *ptr)
Definition
FLA_Check.c:518
FLA_Error
int FLA_Error
Definition
FLA_type_defs.h:47
i
int i
Definition
bl1_axmyv2.c:145
References
FLA_Obj_view::base
, and
FLA_Check_null_pointer()
.
Referenced by
FLA_Obj_copy_view()
.
Generated on Thu Sep 23 2021 17:46:17 for libflame by
1.9.8