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_Error FLA_Obj_datatype_size_check ( FLA_Datatype  datatype)

References FLA_Check_valid_datatype().

Referenced by FLA_Obj_datatype_size().

{
  FLA_Error e_val;

  e_val = FLA_Check_valid_datatype( datatype );
  FLA_Check_error_code( e_val );

  return FLA_SUCCESS;
}