[FreeBSD Logo] [Apple Logo]
FreeBSD and MacPorts


General

Project Home
Consulting Services
C/Unix Programmer's Guide
FreeBSD and MacPorts
Which FreeBSD?
Creating Port-friendly Projects

Port Descriptions

APE
Roboctl
NBC/NXC

Links

FreeBSD Ports Project
MacPorts Project
Ports Source Code

Libbacon

Libbacon is a library of miscellaneous functions I've written over the years to supplement the basic system libraries like libc and libm. It contains many simple functions for string manipulation, math functions, a recursive mkdir(), a general purpose usage() function, and other stuff like that.

Some of the functions are my own implementations of functions that are included with some, but not all *nix systems. Others, such as strlcpy() and strlcat(), have coincidentally appeared in some *nix systems since I published this library.