24 int
25 __socket (domain, type, protocol) 26 int domain; 27 int type; 28 int protocol; 29 { 30 __set_errno (ENOSYS); 31 return -1; 32 }
0 件のコメント:
コメントを投稿