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

Serj Kalichev c0e0bdff87 Add configure script před 1 rokem
aux_scripts c0e0bdff87 Add configure script před 1 rokem
docs 7c42adb687 docs: Docs for testc_helpers (in English) před 4 roky
faux 97363966b2 str: Add faux_str_cmp(), faux_str_cmpn() před 2 roky
libc 1a733d2882 Add internal getopt implamentation. BSD version před 10 roky
m4 c0e0bdff87 Add configure script před 1 rokem
testc 3a64c1ec0b faux.buf: Fix direct read/write před 3 roky
utils 966c6cf60c faux-getch: More suitable output před 3 roky
.clang-format dc1d1edf15 Change text format settings před 4 roky
.gitignore c0e0bdff87 Add configure script před 1 rokem
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes před 5 roky
ChangeLog edce0a7c8e Adding Debian package required files před 11 roky
Doxyfile ebf0742663 Update faux/ctype files před 4 roky
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes před 5 roky
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> před 12 roky
Makefile.am 2052975250 Add -z defs option for linking před 3 roky
Makefile.in c0e0bdff87 Add configure script před 1 rokem
README.md 186d77b2fe README -> README.md před 1 rokem
aclocal.m4 c0e0bdff87 Add configure script před 1 rokem
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script před 12 roky
config.h.in c0e0bdff87 Add configure script před 1 rokem
configure c0e0bdff87 Add configure script před 1 rokem
configure.ac 321059f4bc Add comment for linking with pthread před 3 roky
indent.sh 2ac3b42bc5 Function's brace on new line před 4 roky

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/pkun/faux/archive/1.2.2.tar.gz

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