char* qEncodeUrl ( const char *  str  ) 

Encode string as URL encoded string

Parameters:
str a pointer of source string
Returns:
a malloced string pointer of URL encoded string in case of successful, otherwise returns NULL
 char encstr = qEncodeUrl("hello 'qDecoder' world");
 if(encstr != NULL) free(encstr);

Definition at line 100 of file qEncode.c.


Generated on Mon Mar 26 07:00:52 2018 for JSOC_Documentation by  doxygen 1.5.7.1