version 1.18.2.1, 2021/11/26 01:10:34
|
version 1.20, 2025/01/31 00:03:15
|
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 - 2021 | 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 119 void
|
Line 119 void
|
cfg_dumpCfg(cfg_root_t * __restrict cfg) |
cfg_dumpCfg(cfg_root_t * __restrict cfg) |
{ |
{ |
struct tagCfg *r, *c, *ctmp, *q, *qtmp; |
struct tagCfg *r, *c, *ctmp, *q, *qtmp; |
int syn; | int syn = 0; |
|
|
r = RB_ROOT(cfg); |
r = RB_ROOT(cfg); |
printf("ROOT:: KEY=%.8x [%s] %s=%s\n", ((AIT_KEY(&r->cfg_sec) << 15) | AIT_KEY(&r->cfg_attr)), |
printf("ROOT:: KEY=%.8x [%s] %s=%s\n", ((AIT_KEY(&r->cfg_sec) << 15) | AIT_KEY(&r->cfg_attr)), |