Category:BSD libc: Difference between revisions

(Create category for BSD libc (<sys/queue.h>, <err.h> and such).)
 
 
Line 7:
 
== Partial list of BSD extensions ==
New headers:
* <sys/queue.h>: macros for linked lists.
* <sys/tree.h>: macros for splay trees and red-black trees.
* <db.h>: Berkeley DB 1.85.
* <err.h>: functions like err() for error messages.
* <fts.h>: functions to [[Walk a directory/Recursively|traverse a directory tree]].
* <vis.h>: vis().
 
New functions in standard headers:
* <stdio.h>: fgetln().
* <stdlib.h>: arc4random(), daemon(), radixsort().
* <string.h>: strlcat() and strlcpy().
* <vis.h>: vis().
Anonymous user