env_lang
if (strcmp(env_lang(cenv), "c99") == 0) {
} else if (strcmp(env_lang(cenv), "c11") == 0) {
} else if (strcmp(env_lang(cenv), "c17") == 0) {