libflame revision_anchor
Functions
FLA_Obj_datatype_size_check.c File Reference

(r)

Functions

FLA_Error FLA_Obj_datatype_size_check (FLA_Datatype datatype)
 

Function Documentation

◆ FLA_Obj_datatype_size_check()

FLA_Error FLA_Obj_datatype_size_check ( FLA_Datatype  datatype)
14{
16
17 e_val = FLA_Check_valid_datatype( datatype );
19
20 return FLA_SUCCESS;
21}
FLA_Error FLA_Check_valid_datatype(FLA_Datatype datatype)
Definition FLA_Check.c:156
int FLA_Error
Definition FLA_type_defs.h:47
int i
Definition bl1_axmyv2.c:145

References FLA_Check_valid_datatype().

Referenced by FLA_Obj_datatype_size().