From 533bda92dee81dc00ff84202b14c4c78b67a5d69 Mon Sep 17 00:00:00 2001 From: solar Date: Fri, 16 Dec 2005 18:14:30 +0000 Subject: [PATCH] Artifact - code is original, not from PDPCLIB. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@108 546481bc-9713-0410-bf18-d3337bbf4a3e --- functions/stdlib/bsearch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions/stdlib/bsearch.c b/functions/stdlib/bsearch.c index 7764d47..881c99a 100644 --- a/functions/stdlib/bsearch.c +++ b/functions/stdlib/bsearch.c @@ -6,8 +6,6 @@ This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. - - Code taken from Paul Edward's PDPCLIB. */ #include -- 2.47.2