Files | |
| file | assert.h [code] |
| Defines a custom assertion macro. | |
| file | atomic.h [code] |
| Simple atomic uint32_t API (get, set, increment, decrement). | |
| file | date.h [code] |
| Date and Time management functions. | |
| file | env.h [code] |
| Environment information. | |
| file | event.h [code] |
| Defines event queue functionality for producer/consumer patterns. | |
| file | hash.h [code] |
| Methods for hash generation from data. | |
| file | hashtable.h [code] |
| A hash table implementation. | |
| file | memory.h [code] |
| Memory management. | |
| file | printf.h [code] |
| Functions for formatted strings output. | |
| file | random.h [code] |
| Random number generation. | |
| file | sync.h [code] |
| Synchronization primitives for thread-safe operations. | |
| file | sys.h [code] |
| System management functions. | |
| file | thread.h [code] |
| Thread management and program execution. | |
| file | timer.h [code] |
| Creating periodic and one-shot timers. | |