Serj Kalichev b42edab2ac Move escape_special_chars() to lub_string with the name lub_string_encode(). 13 lat temu
..
argv a3514eb1c4 Create lub_string_decode() function to unescape strings. 13 lat temu
bintree c30fc7a7e8 The first klish tree. 14 lat temu
blockpool c30fc7a7e8 The first klish tree. 14 lat temu
ctype c30fc7a7e8 The first klish tree. 14 lat temu
dblockpool c30fc7a7e8 The first klish tree. 14 lat temu
dump c94acacfba lub_dump writes debug info to stderr instead stdout 13 lat temu
heap c30fc7a7e8 The first klish tree. 14 lat temu
partition c30fc7a7e8 The first klish tree. 14 lat temu
string b42edab2ac Move escape_special_chars() to lub_string with the name lub_string_encode(). 13 lat temu
test c30fc7a7e8 The first klish tree. 14 lat temu
README c30fc7a7e8 The first klish tree. 14 lat temu
argv.h c30fc7a7e8 The first klish tree. 14 lat temu
bintree.h c30fc7a7e8 The first klish tree. 14 lat temu
blockpool.h c30fc7a7e8 The first klish tree. 14 lat temu
c_decl.h c30fc7a7e8 The first klish tree. 14 lat temu
ctype.h c30fc7a7e8 The first klish tree. 14 lat temu
dblockpool.h c30fc7a7e8 The first klish tree. 14 lat temu
dump.h c30fc7a7e8 The first klish tree. 14 lat temu
heap.h c30fc7a7e8 The first klish tree. 14 lat temu
module.am c30fc7a7e8 The first klish tree. 14 lat temu
partition.h c30fc7a7e8 The first klish tree. 14 lat temu
size_fmt.h c30fc7a7e8 The first klish tree. 14 lat temu
string.h b42edab2ac Move escape_special_chars() to lub_string with the name lub_string_encode(). 13 lat temu
test.h c30fc7a7e8 The first klish tree. 14 lat temu
types.h c30fc7a7e8 The first klish tree. 14 lat temu

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.

@}
*/