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:
9d5ac7d
)
(cos_read_list): New prototype.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 18 Apr 2013 02:15:48 +0000
(11:15 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 18 Apr 2013 02:15:48 +0000
(11:15 +0900)
(cos_read_object): New prototype.
cos-read.h
patch
|
blob
|
history
diff --git
a/cos-read.h
b/cos-read.h
index
c2bb55c
..
76c2e1d
100644
(file)
--- a/
cos-read.h
+++ b/
cos-read.h
@@
-42,6
+42,12
@@
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);
+COS_Cons
+cos_read_list (unsigned char *str, size_t len, size_t start, size_t* endp);
+
+COS_object
+cos_read_object (unsigned char *str, size_t len, size_t start, size_t* endp);
+
#if 0
{
#endif