Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Sat May 17 02:41:19 2025 UTC | Revision 1.4 by sysadm, Sat May 17 11:30:09 2025 UTC | |
|---|---|---|
| # | Line 33 const char *keys[] = { | Line 33 const char *keys[] = { |
| 33 | ||
| 34 | int keys_cnt = 9; | int keys_cnt = 9; |
| 35 | ||
| 36 | void test_traverse_cb(const char * key, int64_t value) | void test_traverse_cb(const char *key, int64_t value) |
| 37 | { | { |
| 38 | printf("Traverse key: %s Len=%ld\n", key, strlen(key)); | printf("Traverse key: %s Len=%ld\n", key, strlen(key)); |
| 39 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |