diff options
Diffstat (limited to 'byterun/str.h')
-rw-r--r-- | byterun/str.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/byterun/str.h b/byterun/str.h new file mode 100644 index 0000000000..6f6373e57f --- /dev/null +++ b/byterun/str.h @@ -0,0 +1,11 @@ +#ifndef _str_ +#define _str_ + + +#include "misc.h" +#include "mlvalues.h" + +mlsize_t string_length P((value)); + + +#endif /* _str_ */ |