![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "i2psam.h"
#include <iostream>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <stdarg.h>
#include <errno.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
SAM | |
Macros | |
#define | closesocket close |
#define | SAM_BUFSIZE 65536 |
#define | I2P_DESTINATION_SIZE 516 |
#define | SAM_MAKESTRING(X) SAM_MAKESTRING2(X) |
#define | SAM_MAKESTRING2(X) #X |
#define | SAM_CHECK_RESULT(value) if (result == SAM_MAKESTRING(value)) return value |
#define closesocket close |
Definition at line 27 of file i2psam.cpp.
#define I2P_DESTINATION_SIZE 516 |
Definition at line 31 of file i2psam.cpp.
#define SAM_BUFSIZE 65536 |
Definition at line 30 of file i2psam.cpp.
#define SAM_CHECK_RESULT | ( | value | ) | if (result == SAM_MAKESTRING(value)) return value |
Definition at line 769 of file i2psam.cpp.
#define SAM_MAKESTRING | ( | X | ) | SAM_MAKESTRING2(X) |
Definition at line 766 of file i2psam.cpp.
Definition at line 767 of file i2psam.cpp.