Google

/* $Id: strsep.h,v 1.1.1.1 2001/02/25 20:54:31 zarzycki Exp $ */

#ifndef _BSD_STRSEP_H
#define _BSD_STRSEP_H

#include "config.h"

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

#endif /* _BSD_STRSEP_H */


syntax highlighted by Code2HTML, v. 0.9.1