version 1.9, 2024/01/22 15:24:28
|
version 1.9.26.2, 2025/09/26 10:02:57
|
Line 12 terms:
|
Line 12 terms:
|
All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
|
|
Copyright 2004 - 2023 | Copyright 2004 - 2025 |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
|
|
Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
Line 79 SUCH DAMAGE.
|
Line 79 SUCH DAMAGE.
|
#include <sys/endian.h> |
#include <sys/endian.h> |
#endif |
#endif |
|
|
#include "elwix/apatricia.h" | #ifndef __cplusplus |
| #include <stdatomic.h> |
| #else |
| #include <atomic> |
| #define _Atomic(X) std::atomic< X > |
| #endif |
| |
#include "elwix.h" |
#include "elwix.h" |
#include "defs.h" |
#include "defs.h" |
|
|