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

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.

@}
*/