Absolute value of NSInteger

后端 未结 3 1354
走了就别回头了
走了就别回头了 2021-02-11 15:15

Referring to Convert to absolute value in Objective-C I\'m wondering if there are functions for NS typedefed types. Or is abs(NSInteger) okay? Is it architecture-sa

3条回答
  •  难免孤独
    2021-02-11 15:38

    Use ABS() macro, which is defined in NSObjCRuntime.h, it is architecture-safe.

提交回复
热议问题