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

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.

@}
*/