DyLP 1.10.4
Loading...
Searching...
No Matches
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)
 
#define 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)
Value:
stralloc(zz_sptr_zz)
const char * stralloc(const char *string)

Definition at line 63 of file dylib_strrtns.h.

◆ STRFREE

#define STRFREE ( zz_fptr_zz)
Value:
strfree(zz_fptr_zz)
bool strfree(const char *string)

Definition at line 65 of file dylib_strrtns.h.

Function Documentation

◆ cistrcmp()

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

◆ cimstrcmp()

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

◆ mstrcmp()

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

◆ strsave()

char * strsave ( char * original)
extern

◆ stralloc()

const char * stralloc ( const char * string)
extern

◆ strfree()

bool strfree ( const char * string)
extern