projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
036d80c
)
Include "cos.h".
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 14 Apr 2013 09:30:49 +0000
(18:30 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 14 Apr 2013 09:30:49 +0000
(18:30 +0900)
(cos_read_string): New prototype.
cos-read.h
patch
|
blob
|
history
diff --git
a/cos-read.h
b/cos-read.h
index
2418196
..
4e3d0eb
100644
(file)
--- a/
cos-read.h
+++ b/
cos-read.h
@@
-28,12
+28,17
@@
extern "C" {
}
#endif
+#include "cos.h"
+
int
cos_read_utf8 (unsigned char *str, size_t len, size_t start, size_t* endp);
int
cos_read_char (unsigned char *str, size_t len, size_t start, size_t* endp);
+COS_String
+cos_read_string (unsigned char *str, size_t len, size_t start, size_t* endp);
+
#if 0
{
#endif