extern "C" void
cygwin_win32_to_posix_path_list( | win32, | |
posix); |
| const char * | win32; |
| char * | posix; |
与えられた Win32 パススタイルの文字列(即ち d:\;e:\bar)
を等価な POSIX パススタイルの文字列(即ち /foo:/bar)
へと変換します。posix
は十分に大きなバッファを指示している必要があります。
cygwin_win32_to_posix_path_list_buf_size
も参照して下さい。