<br>I use clang to do some code analyse. And now i have a function below<br><br>    void func(p)<br><br>some compilers will process p as an integer. And i want to know how to determine whether p has a type declarator ?<br><br>