Serj Kalichev 398ff11b77 Fix enum il y a 13 ans
..
argv e8de3db91d lub_argv structure saves the whole line. lub_argv__get_line() function il y a 13 ans
bintree c30fc7a7e8 The first klish tree. il y a 13 ans
blockpool c30fc7a7e8 The first klish tree. il y a 13 ans
ctype c30fc7a7e8 The first klish tree. il y a 13 ans
dblockpool c30fc7a7e8 The first klish tree. il y a 13 ans
dump c94acacfba lub_dump writes debug info to stderr instead stdout il y a 13 ans
heap c30fc7a7e8 The first klish tree. il y a 13 ans
partition c30fc7a7e8 The first klish tree. il y a 13 ans
string 9da6384274 Escape the ';' char in params for the security reasons. il y a 13 ans
system 398ff11b77 Fix enum il y a 13 ans
test c30fc7a7e8 The first klish tree. il y a 13 ans
README c30fc7a7e8 The first klish tree. il y a 13 ans
argv.h e8de3db91d lub_argv structure saves the whole line. lub_argv__get_line() function il y a 13 ans
bintree.h c30fc7a7e8 The first klish tree. il y a 13 ans
blockpool.h c30fc7a7e8 The first klish tree. il y a 13 ans
c_decl.h c30fc7a7e8 The first klish tree. il y a 13 ans
ctype.h c30fc7a7e8 The first klish tree. il y a 13 ans
dblockpool.h c30fc7a7e8 The first klish tree. il y a 13 ans
dump.h c30fc7a7e8 The first klish tree. il y a 13 ans
heap.h c30fc7a7e8 The first klish tree. il y a 13 ans
module.am acf6aaf536 Add 'test' utility implementation from OpenBSD. The test.c is public domain. il y a 13 ans
partition.h c30fc7a7e8 The first klish tree. il y a 13 ans
size_fmt.h c30fc7a7e8 The first klish tree. il y a 13 ans
string.h b42edab2ac Move escape_special_chars() to lub_string with the name lub_string_encode(). il y a 13 ans
system.h acf6aaf536 Add 'test' utility implementation from OpenBSD. The test.c is public domain. il y a 13 ans
test.h c30fc7a7e8 The first klish tree. il y a 13 ans
types.h c30fc7a7e8 The first klish tree. il y a 13 ans

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.

@}
*/