1Run these examples from the root directory of pycparser. 2 3Please note that most realistic C code samples would require running the C 4preprocessor before passing the code to **pycparser**; see the `README file 5<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and 6`this blog post 7<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_ 8more details. 9