Artifact 68d220125c2e2579fb334c2660bde15daad77ef2edb5355d8b50acd65ed66fa3:
- File src/OFString+Cube.h — part of check-in [e208417f95] at 2025-03-12 22:35:55 on branch trunk — Add files forgotten in last commit (user: js, size: 159) [annotate] [blame] [check-ins using] [more...]
#import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase:(unsigned char)base; @end