From: MORIOKA Tomohiko Date: Fri, 19 Apr 2013 00:40:35 +0000 (+0900) Subject: (cos_read_symbol): New prototype. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=9aaa64f2330658430d7b26828525455ae850a96c (cos_read_symbol): New prototype. --- diff --git a/cos-read.h b/cos-read.h index 76c2e1d..ad923d6 100644 --- 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);