]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/bsearch.c
Removed the $Name$ tags (not supported by SVN). Added $Id$ to Makefile / text files.
[pdclib.old] / functions / stdlib / bsearch.c
index b9a33c65064fc64fd11470b4f58ed504e10da909..e8e4f3125f53ef61677defaf38787103269c50b4 100644 (file)
@@ -1,7 +1,5 @@
 /* $Id$ */
 
-/* Release $Name$ */
-
 /* bsearch( const void *, const void *, size_t, size_t, int(*)( const void *, const void * ) )
 
    This file is part of the Public Domain C Library (PDCLib).