gstr

gstr

Functions

#define Estrcpy()
#define Estrcat()
void safe_memset ()

Description

Functions

Estrcpy()

#define Estrcpy(x,y) _asn1_str_cpy(x,ASN1_MAX_ERROR_DESCRIPTION_SIZE,y)

Estrcat()

#define Estrcat(x,y) _asn1_str_cat(x,ASN1_MAX_ERROR_DESCRIPTION_SIZE,y)

safe_memset ()

void
safe_memset (void *data,
             int c);