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.

@}
*/