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