Serj Kalichev a72d7ba242 Add string_escape.c 13 anni fa
..
argv a3514eb1c4 Create lub_string_decode() function to unescape strings. 13 anni fa
bintree c30fc7a7e8 The first klish tree. 14 anni fa
blockpool c30fc7a7e8 The first klish tree. 14 anni fa
ctype c30fc7a7e8 The first klish tree. 14 anni fa
dblockpool c30fc7a7e8 The first klish tree. 14 anni fa
dump c94acacfba lub_dump writes debug info to stderr instead stdout 13 anni fa
heap c30fc7a7e8 The first klish tree. 14 anni fa
partition c30fc7a7e8 The first klish tree. 14 anni fa
string a72d7ba242 Add string_escape.c 13 anni fa
test c30fc7a7e8 The first klish tree. 14 anni fa
README c30fc7a7e8 The first klish tree. 14 anni fa
argv.h c30fc7a7e8 The first klish tree. 14 anni fa
bintree.h c30fc7a7e8 The first klish tree. 14 anni fa
blockpool.h c30fc7a7e8 The first klish tree. 14 anni fa
c_decl.h c30fc7a7e8 The first klish tree. 14 anni fa
ctype.h c30fc7a7e8 The first klish tree. 14 anni fa
dblockpool.h c30fc7a7e8 The first klish tree. 14 anni fa
dump.h c30fc7a7e8 The first klish tree. 14 anni fa
heap.h c30fc7a7e8 The first klish tree. 14 anni fa
module.am c30fc7a7e8 The first klish tree. 14 anni fa
partition.h c30fc7a7e8 The first klish tree. 14 anni fa
size_fmt.h c30fc7a7e8 The first klish tree. 14 anni fa
string.h a3514eb1c4 Create lub_string_decode() function to unescape strings. 13 anni fa
test.h c30fc7a7e8 The first klish tree. 14 anni fa
types.h c30fc7a7e8 The first klish tree. 14 anni fa

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.

@}
*/