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

@}
*/