예제 #1
0
char *zdecode(char *inbuf, int inbuf_len, int *resultbuf_len)
{
	return zcodecom(1, inbuf, inbuf_len, resultbuf_len);
}
예제 #2
0
파일: zencode.c 프로젝트: langr-org/langr
char * zdecode(char * inbuf, int inbuf_len, int * resultbuf_len)
{
    //php_printf("<!-- lcrypt7: decode: -->\r\n");
    return zcodecom(1, inbuf, inbuf_len, resultbuf_len);
}