Cygwin API リファレンス

改訂履歴
改訂 0.01998-08-31dj@cygnus.com
Initial revision
改訂 0.5.01998-12-17noer@cygnus.com
Add pthread, sem calls. Change revnumber to three-part number: Cygwin API major, Cygwin API minor, Doc rev number. Starts out at 0.5.0.

以下の関数は ANSI との互換性があります。

以下の関数は POSIX.1 との互換性があります。

以下の関数はその他の標準との互換性があります。

これらの関数は Cygwin に特有のものであり、おそらく他のどこにも存在しないものです。

extern "C" void cygwin_detach_dll(dll_index); 
int  dll_index;
extern "C" int cygwin_posix_to_win32_path_list_buf_size(path_list); 
const char * path_list;

cygwin_posix_to_win32_path_list 呼び出しの結果を保持するために必要となるバイト数を返します。

extern "C" int cygwin_win32_to_posix_path_list_buf_size(path_list); 
const char * path_list;

cygwin_win32_to_posix_path_list 呼び出しの結果を保持するために必要となるバイト数を返します。