Search a list of records: Difference between revisions

m
→‎{{header|C}}: Remove vanity tags
m (→‎{{header|Ring}}: Remove vanity tags)
m (→‎{{header|C}}: Remove vanity tags)
Line 296:
This solution makes use of the 'bsearch' and 'lfind' library functions. Note: 'lfind' is available only on Posix systems, and is found in the 'search.h' header. However it is also part of the Ming C Compiler for Windows.
<lang c>
/*Updated by Abhishek Ghosh, 3rd October 2017*/
 
#include <stdint.h> /* intptr_t */
#include <stdio.h>
10,327

edits