stat: don't trust per_unit_log() if log is NULL
[fio.git] / exp / README.md
1 simple-expression-parser
2 ========================
3
4 A simple expression parser for arithmetic expressions made with bison + flex
5
6 To use, see the example test-expression-parser.c
7