Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Go to the source code of this file.
Namespaces | |
VsnetOSS | |
Constant Groups | |
VsnetOSS | |
Macros | |
#define | INLINE |
Functions | |
INLINE int | VsnetOSS::close_socket (int fd) |
bool | VsnetOSS::set_blocking (int _fd, bool isBlocking) |
INLINE int | VsnetOSS::inet_aton (const char *host, struct in_addr *inp) |
INLINE int | VsnetOSS::socket (int domain, int type, int protocol) |
INLINE int | VsnetOSS::recv (int fd, void *buf, unsigned int len, int flags) |
INLINE void | VsnetOSS::memcpy (void *dest, const void *src, int bytesize) |
#define INLINE |
OSS means Operating System Shield. It is meant to hide stupid little incompatibilities that make the code ugly. When debugging is over, we should inline a lot here.
Definition at line 30 of file vsnet_oss.h.