Spotlight archive

Guess the language.

Three lines, six guesses.

MODESpotlight0/6
Spotlight · ?.??
1char *p = buf;
2while (*p && p < buf + len) p++;
3return (size_t)(p - buf);
Keep going