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

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.

@}
*/