DyLP 1.10.4
Loading...
Searching...
No Matches
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

◆ STRALLOC

#define STRALLOC (   zz_sptr_zz)    stralloc(zz_sptr_zz)

Definition at line 63 of file dylib_strrtns.h.

◆ STRFREE

#define STRFREE (   zz_fptr_zz)    strfree(zz_fptr_zz)

Definition at line 65 of file dylib_strrtns.h.

Function Documentation

◆ cistrcmp()

int cistrcmp ( const char *  str1,
const char *  str2 
)

◆ cimstrcmp()

int cimstrcmp ( const char *  str1,
const char *  str2 
)

◆ mstrcmp()

int mstrcmp ( const char *  str1,
const char *  str2 
)

◆ strsave()

char * strsave ( char *  original)

◆ stralloc()

const char * stralloc ( const char *  string)

◆ strfree()

bool strfree ( const char *  string)