Home
last modified time | relevance | path

Searched refs:iscomment (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/core/src/
H A Dconfig.c959 int i, iscomment = 0; in PreprocessConf() local
961 if (!iscomment && line[i] == '#') in PreprocessConf()
962 iscomment = 1; in PreprocessConf()
963 if (iscomment) in PreprocessConf()