00001 #ifndef PREPROCESS_H 00002 #define PREPROCESS_H 00003 00004 #include <string> 00005 #include <list> 00006 00007 std::string preprocess(const std::string& fichier, const std::list<std::string>& options); 00008 00009 #endif 00010