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

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.

@}
*/