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

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.

@}
*/