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

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.

@}
*/