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.

@}
*/