summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/strlib.h
blob: 442cfac293572c775db83ffc00dcc2e69856af60 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _J_STR_H_
#define _J_STR_H_
#define J_MAX_MALLOC_SIZE 65535
//string functions.
//code by Jioh L. Jung
unsigned char* jstrescape (unsigned char* pt);
unsigned char* jstrescapecpy (unsigned char* pt,unsigned char* spt);
int jmemescapecpy (unsigned char* pt,unsigned char* spt, int size);
#endif