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
abs(NSInteger)
Use ABS() macro, which is defined in NSObjCRuntime.h, it is architecture-safe.