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

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.

@}
*/