DyLP  1.10.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
dylib_strrtns.h File Reference
#include "dylib_std.h"
+ Include dependency graph for dylib_strrtns.h:

Go to the source code of this file.

Macros

#define STRALLOC(zz_sptr_zz)   stralloc(zz_sptr_zz)
 
#define STRFREE(zz_fptr_zz)   strfree(zz_fptr_zz)
 

Functions

int cistrcmp (const char *str1, const char *str2)
 
int cimstrcmp (const char *str1, const char *str2)
 
int mstrcmp (const char *str1, const char *str2)
 
char * strsave (char *original)
 
const char * stralloc (const char *string)
 
bool strfree (const char *string)
 

Macro Definition Documentation

#define STRALLOC (   zz_sptr_zz)    stralloc(zz_sptr_zz)

Definition at line 63 of file dylib_strrtns.h.

#define STRFREE (   zz_fptr_zz)    strfree(zz_fptr_zz)

Definition at line 65 of file dylib_strrtns.h.

Function Documentation

int cistrcmp ( const char *  str1,
const char *  str2 
)
int cimstrcmp ( const char *  str1,
const char *  str2 
)
int mstrcmp ( const char *  str1,
const char *  str2 
)
char* strsave ( char *  original)
const char* stralloc ( const char *  string)
bool strfree ( const char *  string)