Serj Kalichev fa109feae3 The 'test' field for PARAM hace 13 años
..
argv a3514eb1c4 Create lub_string_decode() function to unescape strings. hace 13 años
bintree c30fc7a7e8 The first klish tree. hace 13 años
blockpool c30fc7a7e8 The first klish tree. hace 13 años
ctype c30fc7a7e8 The first klish tree. hace 13 años
dblockpool c30fc7a7e8 The first klish tree. hace 13 años
dump c94acacfba lub_dump writes debug info to stderr instead stdout hace 13 años
heap c30fc7a7e8 The first klish tree. hace 13 años
partition c30fc7a7e8 The first klish tree. hace 13 años
string 9da6384274 Escape the ';' char in params for the security reasons. hace 13 años
system fa109feae3 The 'test' field for PARAM hace 13 años
test c30fc7a7e8 The first klish tree. hace 13 años
README c30fc7a7e8 The first klish tree. hace 13 años
argv.h c30fc7a7e8 The first klish tree. hace 13 años
bintree.h c30fc7a7e8 The first klish tree. hace 13 años
blockpool.h c30fc7a7e8 The first klish tree. hace 13 años
c_decl.h c30fc7a7e8 The first klish tree. hace 13 años
ctype.h c30fc7a7e8 The first klish tree. hace 13 años
dblockpool.h c30fc7a7e8 The first klish tree. hace 13 años
dump.h c30fc7a7e8 The first klish tree. hace 13 años
heap.h c30fc7a7e8 The first klish tree. hace 13 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 13 años
size_fmt.h c30fc7a7e8 The first klish tree. hace 13 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 13 años
types.h c30fc7a7e8 The first klish tree. hace 13 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.

@}
*/