sendto.man
来自「eCos操作系统源码」· MAN 代码 · 共 14 行
MAN
14 行
NAME sendto - send a message from a socketSYNOPSIS #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 + -
显示快捷键?