| 378 | unsigned long long String_hashFnv1a(const char* str); |
| 379 | unsigned long long String_hashCombine(unsigned long long hash, const char* str); |
| 380 | char* buildWindowsToolOutputDir(BootloaderArgs* args, const char* toolCpp); |
| 381 | #endif |
| 382 | |
| 383 | // Implementation |
| 384 | PathContext Path_init(void) { |
| 385 | PathContext ctx; |
no outgoing calls
no test coverage detected