1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
c_files Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.rst Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
c-to-c.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
c_json.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
cdecl.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
dump_ast.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
explore_ast.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
func_calls.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
func_defs.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
rewrite_ast.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
serialize_ast.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
using_cpp_libc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
using_gcc_E_libc.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.rst

Run these examples from the root directory of pycparser.

Please note that most realistic C code samples would require running the C
preprocessor before passing the code to **pycparser**; see the `README file
<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
`this blog post
<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
more details.