String Utilities

Includes:
"Common.h"

Introduction

This header contains function prototypes for manipulating strings.



Macro Definitions

kSizeCString

Constant for describing the size of a null terminated string

sizeof_string

Determines the size of a constant C string, excluding the null terminator.


kSizeCString


Constant for describing the size of a null terminated string

#define kSizeCString  

sizeof_string


Determines the size of a constant C string, excluding the null terminator.

#define sizeof_string( X )