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:
a778618
)
(cos_read_symbol): New prototype.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 19 Apr 2013 00:40:35 +0000
(09:40 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Fri, 19 Apr 2013 00:40:35 +0000
(09:40 +0900)
cos-read.h
patch
|
blob
|
history
diff --git
a/cos-read.h
b/cos-read.h
index
76c2e1d
..
ad923d6
100644
(file)
--- a/
cos-read.h
+++ b/
cos-read.h
@@
-42,6
+42,9
@@
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_Symbol
+cos_read_symbol (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);