Method: AdLint::Cc1::SignedLongLongIntTypeId#initialize
- Defined in:
- lib/adlint/cc1/type.rb
#initialize ⇒ SignedLongLongIntTypeId
Returns a new instance of SignedLongLongIntTypeId.
4779 4780 4781 |
# File 'lib/adlint/cc1/type.rb', line 4779 def initialize super("signed long long int") end |