1/*
2 * Copyright 2018, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _FBSD_IFLIB_SYS_LIBKERN_H_
6#define _FBSD_IFLIB_SYS_LIBKERN_H_
7
8/* include the real sys/libkern.h */
9#include_next <sys/libkern.h>
10
11
12char *strsep(char **, const char *delim);
13
14
15#endif /* _FBSD_IFLIB_SYS_LIBKERN_H_ */
16