version 1.13.4.1, 2022/02/01 20:45:17
|
version 1.15, 2025/08/21 15:43:00
|
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 - 2022 | Copyright 2004 - 2024 |
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 368 typedef struct __packed {
|
Line 368 typedef struct __packed {
|
AIT_KEY(__val) = 0; \ |
AIT_KEY(__val) = 0; \ |
} while (0) |
} while (0) |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
/* |
/* |
* ait_vars2buffer() - Marshaling data from array with variables to buffer |
* ait_vars2buffer() - Marshaling data from array with variables to buffer |
Line 598 ait_val_t *ait_findKeyHash(array_t * __restrict vars,
|
Line 601 ait_val_t *ait_findKeyHash(array_t * __restrict vars,
|
*/ |
*/ |
int ait_hashKeyVars(array_t * __restrict vars); |
int ait_hashKeyVars(array_t * __restrict vars); |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |