FreeBSD and MacPorts
GeneralProject HomeConsulting Services C/Unix Programmer's Guide FreeBSD and MacPorts Which FreeBSD? Creating Port-friendly Projects Port DescriptionsAPERoboctl NBC/NXC LinksFreeBSD Ports ProjectMacPorts Project Ports Source Code |
LibbaconLibbacon 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. |