class AdLint::Cc1::ScanfFormat::Conversion_o
Public Class Methods
suitable_conversion_specifier_character()
click to toggle source
# File lib/adlint/cc1/format.rb, line 2637 def self.suitable_conversion_specifier_character "o" end
Private Instance Methods
default_argument_types()
click to toggle source
# File lib/adlint/cc1/format.rb, line 2642 def default_argument_types [pointer_type(unsigned_int_t)] end