X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=cos-read.h;fp=cos-read.h;h=c2bb55cafd4166c6517cefed025914d240667931;hp=4e3d0eb768085479a7b3051c6dad3900fe57892c;hb=0b6517308baff342b12f25437c0d24a1712d4f78;hpb=835e827b33a75113bca64a8daf263c4b6b81d94f diff --git a/cos-read.h b/cos-read.h index 4e3d0eb..c2bb55c 100644 --- a/cos-read.h +++ b/cos-read.h @@ -30,6 +30,9 @@ extern "C" { #include "cos.h" +COS_object +cos_read_int (unsigned char *str, size_t len, size_t start, size_t* endp); + int cos_read_utf8 (unsigned char *str, size_t len, size_t start, size_t* endp);