<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi All,<br>
    <br>
    I want to write tool in python which will go through every source
    file and add preprocessor macro to the file.<br>
    <blockquote>#include <stdio.h><br>
      #include "my_header.h"   // This should be inserted by clang
      python tool<br>
      <br>
      int main() {<br>
      <br>
      }<br>
    </blockquote>
    <br>
    How can I do this using Python bindings?<br>
    <br>
    Thanks<br>
    Riyad<br>
  </body>
</html>