C89 does not specifiy strsep(), so our strsep() implementation cannot

conform to it.

Obtained from:	OpenBSD
This commit is contained in:
tjr 2002-10-19 13:41:22 +00:00
parent 343d3dd983
commit 37b7384aed

View File

@ -151,7 +151,6 @@ The
.Fn strerror ,
.Fn strlen ,
.Fn strpbrk ,
.Fn strsep ,
.Fn strspn ,
.Fn strcspn ,
.Fn strstr ,