1
0
Serj Kalichev a72d7ba242 Add string_escape.c 13 år sedan
..
argv a3514eb1c4 Create lub_string_decode() function to unescape strings. 13 år sedan
bintree c30fc7a7e8 The first klish tree. 13 år sedan
blockpool c30fc7a7e8 The first klish tree. 13 år sedan
ctype c30fc7a7e8 The first klish tree. 13 år sedan
dblockpool c30fc7a7e8 The first klish tree. 13 år sedan
dump c94acacfba lub_dump writes debug info to stderr instead stdout 13 år sedan
heap c30fc7a7e8 The first klish tree. 13 år sedan
partition c30fc7a7e8 The first klish tree. 13 år sedan
string a72d7ba242 Add string_escape.c 13 år sedan
test c30fc7a7e8 The first klish tree. 13 år sedan
README c30fc7a7e8 The first klish tree. 13 år sedan
argv.h c30fc7a7e8 The first klish tree. 13 år sedan
bintree.h c30fc7a7e8 The first klish tree. 13 år sedan
blockpool.h c30fc7a7e8 The first klish tree. 13 år sedan
c_decl.h c30fc7a7e8 The first klish tree. 13 år sedan
ctype.h c30fc7a7e8 The first klish tree. 13 år sedan
dblockpool.h c30fc7a7e8 The first klish tree. 13 år sedan
dump.h c30fc7a7e8 The first klish tree. 13 år sedan
heap.h c30fc7a7e8 The first klish tree. 13 år sedan
module.am c30fc7a7e8 The first klish tree. 13 år sedan
partition.h c30fc7a7e8 The first klish tree. 13 år sedan
size_fmt.h c30fc7a7e8 The first klish tree. 13 år sedan
string.h a3514eb1c4 Create lub_string_decode() function to unescape strings. 13 år sedan
test.h c30fc7a7e8 The first klish tree. 13 år sedan
types.h c30fc7a7e8 The first klish tree. 13 å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.

@}
*/