我想只获得函数原型
int my_func(char, int, float) void my_func1(void) my_func2()
从C文件使用正则表达式和python.
这是我的正则表达式格式: ".*\(.*|[\r\n]\)\n"
".*\(.*|[\r\n]\)\n"
python regex
python ×1
regex ×1