summaryrefslogtreecommitdiff
path: root/byterun/str.h
blob: 6f6373e57f7e20710af866065923df1dc5218b63 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _str_
#define _str_


#include "misc.h"
#include "mlvalues.h"

mlsize_t string_length P((value));


#endif /* _str_ */