|
| | abstraction.c |
| | ๐๏ธ Common platform abstraction stubs (OS-specific code in posix/ and windows/ subdirectories)
|
| |
| | filesystem.c |
| | Cross-platform filesystem utilities and error reporting.
|
| |
| | socket.c |
| | ๐ Common socket utility functions (cross-platform implementations)
|
| |
| | symbols.c |
| | ๐ Symbol resolution cache: llvm-symbolizer/addr2line wrapper with hashtable-backed caching
|
| |
| | system.c |
| | ๐ง Shared cross-platform system utilities (included by posix/system.c and windows/system.c)
|
| |
| | terminal.c |
| | Cross-platform unified color detection and terminal capabilities.
|
| |
| | thread.c |
| | ๐งต Thread utilities and helpers
|
| |