projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1f43bc
)
(chise_value_data): New inline function.
author
tomo
<tomo>
Wed, 12 Mar 2003 12:38:55 +0000
(12:38 +0000)
committer
tomo
<tomo>
Wed, 12 Mar 2003 12:38:55 +0000
(12:38 +0000)
chise.h
patch
|
blob
|
history
diff --git
a/chise.h
b/chise.h
index
509b473
..
783df88
100644
(file)
--- a/
chise.h
+++ b/
chise.h
@@
-34,6
+34,12
@@
chise_value_size (const CHISE_Value *s)
}
static inline char *
+chise_value_data (const CHISE_Value *s)
+{
+ return s->data;
+}
+
+static inline char *
chise_value_to_c_string (const CHISE_Value *s)
{
return s->data;