예제 #1
0
파일: Glk.cs 프로젝트: hackerlank/zlr
 public static extern void glk_stream_close(strid_t str, out stream_result_t result);
예제 #2
0
파일: Glk.cs 프로젝트: hackerlank/zlr
 public static extern void glk_window_close(winid_t win, out stream_result_t result);