summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/tfind.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2016-10-13Improve typing of POSIX search tree functions.Ed Schouten
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2003-01-05No need to include <assert.h> here.Tim J. Robbins
2002-10-03Add missing const qualifier in tfind().Mike Barcroft
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove __P() usage.David E. O'Brien
2000-07-01bring in binary search tree code.Alfred Perlstein