3 #ifndef _SPLIT_AT_H_INCLUDED_
4 #define _SPLIT_AT_H_INCLUDED_
10 /* trivial token splitter
12 /* #include <split_at.h>
16 /* External interface. */
18 extern char *split_at(char *, int);
19 extern char *split_at_right(char *, int);
24 /* A split_at() routine appears in the TCP Wrapper software
29 /* The Secure Mailer license must be distributed with this software.
32 /* IBM T.J. Watson Research
34 /* Yorktown Heights, NY 10598, USA