C int sendto(int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t addrlen)
Send a single datagram to a remote host.
C void * memcpy(void *dest, const void *src, size_t count)
Copy memory from one place to another.