gstr.h

Go to the documentation of this file.
00001 void MHD__asn1_str_cpy (char *dest, size_t dest_tot_size, const char *src);
00002 void MHD__asn1_str_cat (char *dest, size_t dest_tot_size, const char *src);
00003 
00004 #define Estrcpy(x,y) MHD__asn1_str_cpy(x,MAX_ERROR_DESCRIPTION_SIZE,y)
00005 #define Estrcat(x,y) MHD__asn1_str_cat(x,MAX_ERROR_DESCRIPTION_SIZE,y)

Generated on Fri Feb 27 18:31:19 2009 for GNU libmicrohttpd by  doxygen 1.5.7.1