wut  v1.7.0
Wii U Toolchain
Macros | Functions
socket.h File Reference
#include <wut.h>
#include <stdint.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <errno.h>
Include dependency graph for socket.h:

Go to the source code of this file.

Macros

#define NSN_EAGAIN   EAGAIN
 
#define NSN_EWOULDBLOCK   EWOULDBLOCK
 

Functions

 __attribute__ ((deprecated)) static inline int socketclose(int sockfd)
 

Macro Definition Documentation

◆ NSN_EAGAIN

#define NSN_EAGAIN   EAGAIN

Definition at line 18 of file socket.h.

◆ NSN_EWOULDBLOCK

#define NSN_EWOULDBLOCK   EWOULDBLOCK

Definition at line 19 of file socket.h.

Function Documentation

◆ __attribute__()

__attribute__ ( (deprecated)  )

Definition at line 21 of file socket.h.