class AdLint::Cc1::PrintfFormat::Conversion_o

Public Class Methods

suitable_conversion_specifier_character() click to toggle source
# File lib/adlint/cc1/format.rb, line 1033
def self.suitable_conversion_specifier_character
  "o"
end

Private Instance Methods

default_conversion_type() click to toggle source
# File lib/adlint/cc1/format.rb, line 1038
def default_conversion_type
  unsigned_int_t
end