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

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.

@}
*/