Differences From Artifact [0a749d86f9]:
- File src/OFConstantString.h — part of check-in [f9d12201f8] at 2014-02-18 00:22:43 on branch trunk — Move around a few defines to be more consistent (user: js, size: 979) [annotate] [blame] [check-ins using]
To Artifact [2e417ce284]:
- File src/OFConstantString.h — part of check-in [246cfe0807] at 2014-02-18 18:50:30 on branch trunk — Documentation: Show correct imports (user: js, size: 1053) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 31 32 33 34 35 36 37 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + + | extern void *_OFConstantStringClassReference; # ifdef __cplusplus } # endif #endif /*! * @class OFConstantString OFConstantString.h ObjFW/OFConstantString.h * * @brief A class for storing constant strings using the `@""` literal. */ @interface OFConstantString: OFString { char *_cString; unsigned int _cStringLength; } |
︙ |