|
|
| version 1.1, 2013/01/17 10:05:35 | version 1.3, 2013/08/22 15:21:25 |
|---|---|
| Line 4 | Line 4 |
| * | * |
| */ | */ |
| #include <stdio.h> | #include <stdio.h> |
| #include <stdlib.h> | |
| #include <string.h> | #include <string.h> |
| #include <elwix.h> | #include <elwix.h> |
| Line 121 main(int argc, char **argv) | Line 122 main(int argc, char **argv) |
| AIT_KEY(v) = atoi(argv[i * 2 + 1]); | AIT_KEY(v) = atoi(argv[i * 2 + 1]); |
| AIT_SET_STR(v, argv[i * 2 + 2]); | AIT_SET_STR(v, argv[i * 2 + 2]); |
| } | } |
| printf("Reside %d bytes into variables array\n", ait_resideVars(arr)); | |
| v = ait_findKeyVars(arr, 7); | v = ait_findKeyVars(arr, 7); |
| printf("v=%p\n", v); | printf("v=%p\n", v); |