X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdlib%2Fbsearch.c;h=881c99af99e5414bd58def477d76abcd7afe2d85;hp=7764d4763dd80217a060772211349362257c4939;hb=fcdedc037cdd1e5137ae38892a980257fab057f7;hpb=b1fcfe165069d45028b51d77482f63ec598166b3 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