Skip to content

Library providing safe string composition functionality for OS X

Notifications You must be signed in to change notification settings

alexreg/libsbuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8fe756 · Jul 19, 2015

History

17 Commits
Jul 19, 2015
Jun 13, 2015
Dec 22, 2014
Dec 16, 2014
Dec 22, 2014
Jun 26, 2015
Jun 26, 2015
Jun 23, 2015
Jun 23, 2015

Repository files navigation

libsbuf

libsbuf is an implementation of the FreeBSD safe string composition functions for OS X.

The source code is based on the source of FreeBSD 11.

Building

To build the library, simply run ./build from the root directory of the project. This produces all output in the output subdirectory.

Installing

To install the library, first build it, then run ./install as superuser from the root directory of the project. This will install the library under the default prefix directory /usr/local.

A custom prefix directory can be specified by setting the INSTALL_PREFIX environment variable before installing.

Usage

The manual page for the API is sbuf(3).

About

Library providing safe string composition functionality for OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published