Closed dry86 closed 2 years ago
I'm not sure what jni.c
is, but the standard guide on getting pycparser to parse some large corpus of C code is https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers/
Also check out the README and the Wiki of this repo for additional information
i try to parse some
jni.c
,but seem can not detect the rtnType:data.cpp:33-36 lines
how to parse jni by pycparser?