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

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.

@}
*/