version 1.2, 2022/01/06 15:13:01
|
version 1.3, 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 69 typedef struct tagIndex index_t;
|
Line 69 typedef struct tagIndex index_t;
|
#define index_Len(x) (x)->il_len |
#define index_Len(x) (x)->il_len |
#define index_Ptr(x) (x)->il_ptr |
#define index_Ptr(x) (x)->il_ptr |
|
|
|
#ifdef __cplusplus |
|
extern "C" { |
|
#endif |
|
|
/* |
/* |
* index_Init() - Init index structure |
* index_Init() - Init index structure |
Line 168 ait_val_t *index_getVar(index_t *idx, u_short key, u_i
|
Line 171 ait_val_t *index_getVar(index_t *idx, u_short key, u_i
|
*/ |
*/ |
void index_dump(index_t *idx); |
void index_dump(index_t *idx); |
|
|
|
#ifdef __cplusplus |
|
} |
|
#endif |
|
|
#endif |
#endif |