feisty meow concerns codebase
2.140
|
#include "spocket_tester.h"
#include <application/hoople_main.h>
#include <basis/byte_array.h>
#include <basis/astring.h>
#include <loggers/file_logger.h>
#include <processes/launch_process.h>
#include <structures/static_memory_gremlin.h>
#include <sockets/internet_address.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | LOG(to_print) EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Typedefs | |
typedef abyte | ip_address_holder[4] |
Functions | |
HOOPLE_MAIN (test_spocket,) | |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger().get(), astring(to_print)) |
Definition at line 39 of file test_spocket.cpp.
typedef abyte ip_address_holder[4] |
Definition at line 41 of file test_spocket.cpp.
HOOPLE_MAIN | ( | test_spocket | ) |