설명
send() 함수는 연결된 서버나 클라이언트로 데이터를 전송합니다.
헤더 | #include <sys/types.h> #include <sys/socket.h> | |||||||||||||||
형태 | int send(int s, const void *msg, size_t len, int flags); | |||||||||||||||
인수 |
| |||||||||||||||
반환 |
|
'OS > Linux' 카테고리의 다른 글
open함수 사용법 (0) | 2015.12.13 |
---|---|
atoi() 사용법 (0) | 2015.12.13 |
기본 파일 디스크럽터 (0) | 2015.12.13 |
리눅스 시스템 콜 명령어 (0) | 2015.12.13 |
recv() 함수 (0) | 2015.12.13 |