The library contains a set of auxiliary functions.
https://src.libcode.org/download/faux

Serj Kalichev bb39f794db Version 2.1.0 hai 1 ano
docs 7c42adb687 docs: Docs for testc_helpers (in English) %!s(int64=4) %!d(string=hai) anos
faux 620d5c390f base io: faux_read_block() works for non-blocked fds hai 1 ano
libc 1a733d2882 Add internal getopt implamentation. BSD version %!s(int64=10) %!d(string=hai) anos
m4 709e416c20 Revert "Add configure script" hai 1 ano
testc 3a64c1ec0b faux.buf: Fix direct read/write %!s(int64=3) %!d(string=hai) anos
utils 966c6cf60c faux-getch: More suitable output %!s(int64=3) %!d(string=hai) anos
.clang-format dc1d1edf15 Change text format settings %!s(int64=4) %!d(string=hai) anos
.gitignore 709e416c20 Revert "Add configure script" hai 1 ano
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes %!s(int64=5) %!d(string=hai) anos
ChangeLog edce0a7c8e Adding Debian package required files %!s(int64=11) %!d(string=hai) anos
Doxyfile ebf0742663 Update faux/ctype files %!s(int64=4) %!d(string=hai) anos
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes %!s(int64=5) %!d(string=hai) anos
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> %!s(int64=12) %!d(string=hai) anos
Makefile.am df660d5c41 -Wextra for CFLAGS hai 1 ano
README.md bb39f794db Version 2.1.0 hai 1 ano
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script %!s(int64=12) %!d(string=hai) anos
configure.ac bb39f794db Version 2.1.0 hai 1 ano
indent.sh 2ac3b42bc5 Function's brace on new line %!s(int64=4) %!d(string=hai) anos

README.md

The faux library.

About

The library contains a set of auxiliary functions. These functions are:

  • Base I/O and memory functions
  • String functions
  • Text to integer conversion functions
  • System DBs related functions
  • List implementation
  • Working with INI files
  • Working with file line-by-line
  • Etc.

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.

Resources

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/download/faux

Latest release : https://src.libcode.org/download/faux/faux-2.0.0.tar.xz

Author: Serj Kalichev <pkun(_at_)libcode.org>