|
| | bimap.c |
| | This file is part of the utilities library; it exposes the bidirectional map functions.
|
| |
| | bits.c |
| | This file is part of the utilities library; it contains the fallback implementation of the bit functions.
|
| |
| | bitset.c |
| | This file is part of the utilities library; it contains the implementation of the bitset functions.
|
| |
| | cmp.c |
| | This file is part of the utilities library; it exposes thecomparison functions.
|
| |
| | config.c |
| | This file is part of the utilities library; it contains the implementation of the configuration functions.
|
| |
| | config_ini.c |
| | This file is part of the utilities library; it contains the implementation of the INI parser for configuration structs.
|
| |
| | daemon.c |
| | This file is part of the utilities library; it contains the daemon function definitions.
|
| |
| | diag.c |
| | This file is part of the utilities library; it contains the diagnostic function definitions.
|
| |
| | dllist.c |
| | This file is part of the utilities library; it exposes the doubly-linked list functions.
|
| |
| | endian.c |
| | This file is part of the utilities library; it contains the implementation of the byte order functions.
|
| |
| | errnum.c |
| | This file is part of the utilities library; it contains the implementation of the error functions.
|
| |
| | exception.cpp |
| | This file is part of the utilities library; it contains the implementation of the C++ exception functions.
|
| |
| | fiber.c |
| | This file is part of the utilities library; it contains the implementation of the fiber functions.
|
| |
| | frbuf.c |
| | This file is part of the utilities library; it contains the implementation of the read file buffer.
|
| |
| | fwbuf.c |
| | This file is part of the utilities library; it contains the implementation of the (atomic) write file buffer.
|
| |
| | lex.c |
| | This file is part of the utilities library; it contains the implementation of the lexer functions.
|
| |
| | membuf.c |
| | This file is part of the utilities library; it contains the implementation of the memory buffer.
|
| |
| | mkjmp.c |
| | This file is part of the utilities library; it contains the implementation of mkjmp() and sigmkjmp().
|
| |
| | pheap.c |
| | This file is part of the utilities library; it contains the implementation of the pairing heap.
|
| |
| | print.c |
| | This file is part of the utilities library; it contains the implementation of the printing functions.
|
| |
| | rbtree.c |
| | This file is part of the utilities library; it contains the implementation of the red-black tree.
|
| |
| | sllist.c |
| | This file is part of the utilities library; it exposes the singly linked list functions.
|
| |
| | spscring.c |
| | This file is part of the utilities library; it contains the implementation of the single-producer single-consumer ring buffer.
|
| |
| | stop.c |
| | This file is part of the utilities library; it contains the implementation of the stop token.
|
| |
| | time.c |
| | This file is part of the utilities library; it exposes the time functions.
|
| |
| | ustring.c |
| | This file is part of the utilities library; it exposes the (16-bit) Unicode string functions.
|
| |
| | util.h |
| | This is the internal header file of the utilities library.
|
| |