A c++ wrapper for the standard C functions that is also thread safe and ensures closure of files.
- g++ or other compiler with c++11
- autotools (autoconf, automake, libtool)
RPM and .deb will be available soon. For now:
- clone this repository or get source from a tag.
aclocal
libtoolize
autoconf
automake --add-missing
autoreconf
./configure
make
RPM and .deb will be available soon. For now, follow the steps above in Compiling, then
make install
Contributions are welcome.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Brian W. Mulligan - Initial work - Astrobit
See also the list of contributors who participated in this project.
This project is licensed under the Unlicense License - see the LICENSE file for details
- cppreference.com for language reference