c_int32_t_operation Abstract Interface

abstract interface
pure function c_int32_t_operation(lhs, rhs) result(lhs_op_rhs)

Arguments

TypeIntentOptionalAttributesName
integer(kind=c_int32_t), intent(in) :: lhs
integer(kind=c_int32_t), intent(in) :: rhs

Return Value integer(kind=c_int32_t)