# /* udp_close.c */ /* EMACS_MODES: c !fill */ /* User Datagram Protocol layer for the UNIX network system. The * following routines are included: * udp_close close one */ #include udp_close (fd) /* Close the specified udp connection. Just call down to the internet * close routine. * * Arguments: */ int fd; /* file descriptor */ { in_close (fd); }