/* Compliments of Jay Freeman <saurik@saurik.com> */

#ifndef _OPENNET_STRSEP_H
#define _OPENNET_STRSEP_H

char *strsep(char **stringp, const char *delim);
#endif

