sbr/seq_nameok.h \
sbr/seq_print.h \
sbr/ssequal.h \
+ sbr/strindex.h \
sbr/terminal.h \
sbr/trimcpy.h \
sbr/unquote.h \
* from least significant bit to most significant.
*/
char *snprintb (char *buffer, size_t size, unsigned flags, char *bitfield);
-int stringdex (char *, char *) PURE;
/*
* prototypes for some routines in uip
*/
#include "h/mh.h"
+#include "strindex.h"
#include "uprf.h"
#include "getcpy.h"
#include "context_find.h"
*/
#include "h/mh.h"
+#include "strindex.h"
#include "fmt_rfc2047.h"
#include "uprf.h"
#include "context_find.h"
*/
#include "h/mh.h"
+#include "strindex.h"
#include "uprf.h"
int
--- /dev/null
+/* strindex.h -- "unsigned" lexical index
+ *
+ * This code is Copyright (c) 2017, by the authors of nmh. See the
+ * COPYRIGHT file in the root directory of the nmh distribution for
+ * complete copyright information. */
+
+int stringdex(char *, char *) PURE;
#include "h/nmh.h"
#include "h/mh.h"
+#include "sbr/strindex.h"
#include "sbr/error.h"
#include "h/utils.h"
#include "h/dropsbr.h"
*/
#include "h/mh.h"
+#include "sbr/strindex.h"
#include "sbr/closefds.h"
#include "sbr/trimcpy.h"
#include "sbr/getcpy.h"