mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 10:02:30 +00:00
6 lines
125 B
C++
6 lines
125 B
C++
#ifndef BC_FILE_PATH_POSIX_HPP
|
|
#define BC_FILE_PATH_POSIX_HPP
|
|
|
|
bool ResolvePosixCasePath(const char* path, char* r);
|
|
|
|
#endif
|