12345678910111213141516171819202122 |
- #IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">])
- #IncludeRegexScan: ^.*$
- #IncludeRegexComplain: ^$
- #IncludeRegexTransform:
- D:/Project/CPP/001/my-svm/svm.h
- stdint.h
- -
- D:/Project/CPP/001/my-svm/svm1.c
- svm.h
- D:/Project/CPP/001/my-svm/svm.h
- stdio.h
- -
- stdlib.h
- -
- math.h
- -
|