longCharacterIsMember_ method

bool longCharacterIsMember_(
  1. int theLongChar
)

Implementation

bool longCharacterIsMember_(int theLongChar) {
  return _lib._objc_msgSend_193(
      _id, _lib._sel_longCharacterIsMember_1, theLongChar);
}