Wenbo Zhang

Results 32 comments of Wenbo Zhang

> Any test case? I've added integration tests [here](https://github.com/tikv/tikv/pull/13491) because currently there is no place for these functions to be called in this PR.

Thanks @lizhuohua, I've tried your temporary fix, I works now. BTW, I found another problem: When I type ```c int a() { // press enter ``` It will gen: ```c...

> @ethercflow Sorry, I don't use c-mode or cc-mode, so I don't know how to resolve your problem. I think you can create a new issue to see if others...

BTW, I find the best way to auto format the c code is using with .clang-format.