]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/bsearch.c
Comment cleanups.
[pdclib] / functions / stdlib / bsearch.c
index ab93b94782284e7a1414aa9b5176a50203965a3c..335b4f6acad60035a560234613b0e2faa5f32530 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 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).