The library contains a set of auxiliary functions.
https://src.libcode.org/download/faux
Serj Kalichev c0e0bdff87 Add configure script | 2 years ago | |
---|---|---|
aux_scripts | 2 years ago | |
docs | 4 years ago | |
faux | 2 years ago | |
libc | 11 years ago | |
m4 | 2 years ago | |
testc | 3 years ago | |
utils | 4 years ago | |
.clang-format | 4 years ago | |
.gitignore | 2 years ago | |
CHANGES | 6 years ago | |
ChangeLog | 12 years ago | |
Doxyfile | 4 years ago | |
ISSUES | 6 years ago | |
LICENCE | 12 years ago | |
Makefile.am | 3 years ago | |
Makefile.in | 2 years ago | |
README.md | 2 years ago | |
aclocal.m4 | 2 years ago | |
autogen.sh | 12 years ago | |
config.h.in | 2 years ago | |
configure | 2 years ago | |
configure.ac | 3 years ago | |
indent.sh | 4 years ago |
The library contains a set of auxiliary functions. These functions are:
Also project contains testc
binary. It's a utility that helps to write and
execute unit tests in C. See the following documentation:
https://src.libcode.org/pkun/faux/src/master/docs/testc.ru.md testc
documentation in Russian
https://src.libcode.org/pkun/faux/src/master/docs/testc.en.md testc
documentation in English
The main target platform for library is a Linux. The project is written in C.
Homepage : http://faux.libcode.org
Repository : https://src.libcode.org/pkun/faux
Mailing list : http://groups.google.com/group/libfaux.
Download : https://src.libcode.org/pkun/faux/archive/1.2.2.tar.gz
Author: Serj Kalichev <serj.kalichev(_at_)libcode.org>