send

  1. int send(socket_t s, const(void)* buf, int len, int flags)
    version(Win32)
    package extern (Windows)
    int
    send
    (,
    const(void)* buf
    ,
    int len
    ,
    int flags
    )
  2. int send(socket_t s, const(void)* buf, size_t len, int flags)

Meta