Serj Kalichev 44f5ab198f faux.ev: Use bool_t instead int as retval 3 years ago
..
argv 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 years ago
base b63d50b4d4 faux.base: faux_rm() returns bool-t instead int 3 years ago
conv 61ba9cbb4c faux.conv: All conversion funcs return bool_t instead int 3 years ago
ctype 2ac3b42bc5 Function's brace on new line 4 years ago
eloop 0720e2a615 faux.eloop: Change typedef for callback prototype 3 years ago
file 282eb69f9e faux.file: faux_file_close() returns bool_t instead int 3 years ago
ini 061b26ec81 faux.file: faux_file_ functions returns bool_t instead int 3 years ago
list 3f2f757bdb Enumeration typedefs have _e suffix 3 years ago
log 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int 3 years ago
msg 54ce531bb7 faux.msg: Description 3 years ago
net bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int 3 years ago
sched 44f5ab198f faux.ev: Use bool_t instead int as retval 3 years ago
str 1eda95df20 faux.str: Fix faux_str_dupn(). The source can be not NULL-terminated so don't use strlen() for src. 3 years ago
sysdb e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int 3 years ago
testc_helpers 2ac3b42bc5 Function's brace on new line 4 years ago
testc_module fb1d860b5e base: faux_filesize() and test for it 3 years ago
time ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int 3 years ago
vec 0a57fd1a47 build: Fix vec sources 3 years ago
Makefile.am 6fa43755de faux.eloop: Add unfinished implementation of Event Loop 3 years ago
README 9f912a3578 Start faux lib instead lub 4 years ago
all.h 6fa43755de faux.eloop: Add unfinished implementation of Event Loop 3 years ago
argv.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 years ago
conv.h 61ba9cbb4c faux.conv: All conversion funcs return bool_t instead int 3 years ago
ctype.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 years ago
dump.h 9f912a3578 Start faux lib instead lub 4 years ago
eloop.h 0720e2a615 faux.eloop: Change typedef for callback prototype 3 years ago
faux.h b63d50b4d4 faux.base: faux_rm() returns bool-t instead int 3 years ago
file.h 282eb69f9e faux.file: faux_file_close() returns bool_t instead int 3 years ago
ini.h 061b26ec81 faux.file: faux_file_ functions returns bool_t instead int 3 years ago
list.h 3f2f757bdb Enumeration typedefs have _e suffix 3 years ago
log.h 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int 3 years ago
msg.h 54ce531bb7 faux.msg: Description 3 years ago
net.h bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int 3 years ago
sched.h 44f5ab198f faux.ev: Use bool_t instead int as retval 3 years ago
str.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 years ago
sysdb.h e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int 3 years ago
testc_helpers.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 years ago
time.h ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int 3 years ago
vec.h 55fc8fc96b faux.vec: Tests 3 years ago

README

/**
\defgroup lub "Little Useful Bits" Library
@{

\brief This is a general purpose library of small utilities.

The design and implementation are intended for embedded devices,
ie. minimise footprint and maximise performance.

@}
*/