#import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
NSString * | CFSocketsVersionString (void) |
Answers the current Apple-generic versioning-formatted version string. More... | |
Variables | |
const unsigned char | kCFSocketsVersionString [] |
const double | kCFSocketsVersionNumber |
NSString* CFSocketsVersionString | ( | void | ) |
Answers the current Apple-generic versioning-formatted version string.
The version string has been trimmed. It has no leading or trailing whitespace or newlines. Note that the raw C-based version string contrastingly has a single terminating newline character.
Definition at line 27 of file Versioning.m.
const double kCFSocketsVersionNumber |
const unsigned char kCFSocketsVersionString[] |