#include "ClpeSocket.h"#include "ClpeGlobalDef.h"#include "string.h"#include <errno.h>#include <fcntl.h>
Go to the source code of this file.
Macros | |
| #define | ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) |
| #define ARRAY_SIZE | ( | a | ) | (sizeof(a) / sizeof((a)[0])) |
Definition at line 10 of file ClpeSocket.cpp.