I
itsolution
Following is a snippet of FreeBSD man page.
It seems to indicate search.h is a part of Standard C library.
True?
What's the exact list of Standard C library headers?
Looks like most modent OS supports search.h by defaul, though.
===================
INSQUE(3) FreeBSD Library Functions Manual INSQUE(3)
NAME
insque, remque -- doubly-linked list management
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <search.h>
void
insque(void *element1, void *pred);
void
remque(void *element);
It seems to indicate search.h is a part of Standard C library.
True?
What's the exact list of Standard C library headers?
Looks like most modent OS supports search.h by defaul, though.
===================
INSQUE(3) FreeBSD Library Functions Manual INSQUE(3)
NAME
insque, remque -- doubly-linked list management
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <search.h>
void
insque(void *element1, void *pred);
void
remque(void *element);