#import "String.h" #include void main() { String *theString = [String str: "A short String\n"]; printf([theString str]); } .