diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 17:05:45 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-23 17:05:45 +0000 |
commit | 6a0dea414c0cad5c7f1df421e39df7733a2e58a8 (patch) | |
tree | ed5b69d1fa99a0d56867d41ce92173928b563b55 /src/common/strlib.h | |
parent | 8eebd9f15dbb0b26bb8dd87b7407b2e8858b8f1e (diff) | |
download | hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.gz hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.bz2 hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.tar.xz hercules-6a0dea414c0cad5c7f1df421e39df7733a2e58a8.zip |
Property update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@755 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/strlib.h')
-rw-r--r-- | src/common/strlib.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/common/strlib.h b/src/common/strlib.h index 3321996e1..6b6169083 100644 --- a/src/common/strlib.h +++ b/src/common/strlib.h @@ -1,10 +1,10 @@ -#ifndef _J_STR_LIB_H_
-#define _J_STR_LIB_H_
-#define J_MAX_MALLOC_SIZE 65535
-// String function library.
-// code by Jioh L. Jung (ziozzang@4wish.net)
-// This code is under license "BSD"
-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
+#ifndef _J_STR_LIB_H_ +#define _J_STR_LIB_H_ +#define J_MAX_MALLOC_SIZE 65535 +// String function library. +// code by Jioh L. Jung (ziozzang@4wish.net) +// This code is under license "BSD" +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 |