Re: [CIL users] Simple function to print a list of functions

2010-09-12 Thread Gabriel Kerneis
On Sun, 12 Sep 2010 15:28:33 +0100, Andre Passos wrote: > Is it possible to give, or point me an example > of how to do this? http://people.redhat.com/~rjones/cil-analysis-of-libvirt/ (do not forget to download the working code at the top of the article). Regards, -- Gabriel Kerneis ---

[CIL users] Simple function to print a list of functions

2010-09-12 Thread Andre Passos
Hi, I am new in CIL. I had been reading the CIL documentation and I would like to start making a simple function that prints out the list of functions of a C file. I am trying to do this creating a new mail.ml and using the CIL API. Although I am finding some difficulties understanding th