Core Foundation Sockets  v0.2(28.0)
 All Classes Files Functions Variables Properties
Functions | Variables
Versioning.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for Versioning.h:
This graph shows which files directly or indirectly include this file:

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
 

Function Documentation

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.

Variable Documentation

const double kCFSocketsVersionNumber
const unsigned char kCFSocketsVersionString[]