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

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.

@}
*/