class AdLint::Exam::CBuiltin::W0278

Private Instance Methods

from_type() click to toggle source
# File lib/adlint/exam/c_builtin/cc1_check.rb, line 5953
def from_type
  unsigned_char_t
end
to_type() click to toggle source
# File lib/adlint/exam/c_builtin/cc1_check.rb, line 5957
def to_type
  signed_char_t
end