#!/usr/bin/env cscript #define ALPHABET "ABCDEFGHIJKLMNOPQRSTUVWXYZ" int main(int argc, char *argv[]) { int index = 0; char *string = "A"; for (char *needle = string; *needle != '\0'; needle++) { } printf("%s → %d\n", string, index); return 0; }