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

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.

@}
*/