Serj Kalichev 75e6475cce faux.str: faux_str_vsprintf() with va_list 3 年 前
..
argv 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 年 前
async b7e139d3fc faux.async: Documentation 3 年 前
base bf13b2c000 async: Fix some async bugs. Unfinished test for async 3 年 前
conv 640a980260 faux.conv: boolean to string function 3 年 前
ctype 2ac3b42bc5 Function's brace on new line 4 年 前
eloop f560f12c80 faux.eloop: Functions to include and exclude events for fd 3 年 前
error 9a3d88de35 faux.error: obj==NULL is not error for faux_error_add() 3 年 前
file bf13b2c000 async: Fix some async bugs. Unfinished test for async 3 年 前
ini bf13b2c000 async: Fix some async bugs. Unfinished test for async 3 年 前
list 3f2f757bdb Enumeration typedefs have _e suffix 3 年 前
log 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int 3 年 前
msg 8766ff3a73 faux.msg: Documentation for some functions 3 年 前
net bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int 3 年 前
sched 85f77c4fb6 faux.sched: Fix warning 3 年 前
str 75e6475cce faux.str: faux_str_vsprintf() with va_list 3 年 前
sysdb e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int 3 年 前
testc_helpers 01710d2493 testc_helper: Helpers for deploying data (not strings) to file 3 年 前
testc_module f33098a299 faux.async: async input. Test for async input 3 年 前
time ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int 3 年 前
vec 0a57fd1a47 build: Fix vec sources 3 年 前
Makefile.am 61b2406a69 faux: Add faux_error_t class for error strings stack 3 年 前
README 9f912a3578 Start faux lib instead lub 4 年 前
all.h 61b2406a69 faux: Add faux_error_t class for error strings stack 3 年 前
argv.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 年 前
async.h b7e139d3fc faux.async: Documentation 3 年 前
conv.h 640a980260 faux.conv: boolean to string function 3 年 前
ctype.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 年 前
dump.h 9f912a3578 Start faux lib instead lub 4 年 前
eloop.h f560f12c80 faux.eloop: Functions to include and exclude events for fd 3 年 前
error.h c08f064fe2 faux.error: Add faux/list.h include to error.h 3 年 前
faux.h b63d50b4d4 faux.base: faux_rm() returns bool-t instead int 3 年 前
file.h 282eb69f9e faux.file: faux_file_close() returns bool_t instead int 3 年 前
ini.h 061b26ec81 faux.file: faux_file_ functions returns bool_t instead int 3 年 前
list.h 3f2f757bdb Enumeration typedefs have _e suffix 3 年 前
log.h 2e8a9e0eac faux.log: faux_log_facility_id() returns bool_t instead int 3 年 前
msg.h 89d68c2ebb faux.msg: Get hdr.c. Functions to work with header 3 年 前
net.h bf25bebb92 faux.net: faux_pollfd_del_by_... functions return bool_t instead int 3 年 前
sched.h 73b4a340e8 faux.sched,eloop: Some refactoring 3 年 前
str.h 75e6475cce faux.str: faux_str_vsprintf() with va_list 3 年 前
sysdb.h e962746e21 faux.sysdb: faux_sysdb_uid[gid]_by_name() returns bool_t instead int 3 年 前
testc_helpers.h 01710d2493 testc_helper: Helpers for deploying data (not strings) to file 3 年 前
time.h ced90eebb7 faux.time: faux_timespec_now[_monotonic]() returns bool_t instead int 3 年 前
vec.h 55fc8fc96b faux.vec: Tests 3 年 前

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.

@}
*/