Serj Kalichev ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
..
argv 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 yıl önce
base bae86e4a40 faux.net: Move net functions to net/net.c 3 yıl önce
conv 2ac3b42bc5 Function's brace on new line 4 yıl önce
ctype 2ac3b42bc5 Function's brace on new line 4 yıl önce
file 2ac3b42bc5 Function's brace on new line 4 yıl önce
ini 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 yıl önce
list 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 yıl önce
log 0afa9defac log: Add faux_log_facility_str() and tests 3 yıl önce
net a98fe530a1 faux.net: Add faux_net_get_fd() 3 yıl önce
sched 356fb8a9b5 Don't assert() within free functions. On NULL pointer just return 3 yıl önce
str b4149e906d faux.str: Remove unneeded var 3 yıl önce
sysdb 6106033e08 faux.sysdb: name_by_uid() and uid_by_name() functions 3 yıl önce
testc_helpers 2ac3b42bc5 Function's brace on new line 4 yıl önce
testc_module bfeec1d587 faux.sched: Fixed periodic event + tests 3 yıl önce
time 6c318f7c52 faux.time: Test testc_faux_timespec_now() 3 yıl önce
vec ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
Makefile.am ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
README 9f912a3578 Start faux lib instead lub 4 yıl önce
argv.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
conv.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
ctype.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
dump.h 9f912a3578 Start faux lib instead lub 4 yıl önce
faux.h bae86e4a40 faux.net: Move net functions to net/net.c 3 yıl önce
file.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
ini.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
list.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
log.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
net.h a98fe530a1 faux.net: Add faux_net_get_fd() 3 yıl önce
sched.h bfeec1d587 faux.sched: Fixed periodic event + tests 3 yıl önce
str.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
sysdb.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
testc_helpers.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce
time.h 83084e7807 faux.time: faux_timespec_now() and faux_timespec_before_now() 3 yıl önce
vec.h ebf2002ea8 faux.vec: Add new dir for vec (variable length vector) subsystem 3 yıl önce

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.

@}
*/