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_ */