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

@}
*/