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

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.

@}
*/