sendto.man

来自「eCos/RedBoot for勤研ARM AnywhereII(4510) 含」· MAN 代码 · 共 14 行

MAN
14
字号
NAME
       sendto - send a message from a socket

SYNOPSIS
       #include <network.h>

       int sendto(int s, const void *msg, int len,  unsigned  int
       flags, const struct sockaddr *to, int tolen);

DESCRIPTION
       Sendto is used to transmit  a  message
       to  another socket.

       The address of the target is given by to with tolen speci

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?