X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstring%2Fstrpbrk.c;fp=functions%2Fstring%2Fstrpbrk.c;h=41211dbd55970a8b09a898490065ac3e9b6a114c;hb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;hp=a6dffeb749da571ca5305efa5cdd080482ab45f2;hpb=06275ba47a87a2674753231c1fb4cf8cdc273152;p=pdclib diff --git a/functions/string/strpbrk.c b/functions/string/strpbrk.c index a6dffeb..41211db 100644 --- a/functions/string/strpbrk.c +++ b/functions/string/strpbrk.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* strpbrk( const char *, const char * ) This file is part of the Public Domain C Library (PDCLib).