00001 00009 #ifndef OPERATIONS_H 00010 #define OPERATIONS_H 00011 00019 int traiteConstante(const char* ligne); 00027 int traiteInstruction(const char* ligne); 00032 void end(); 00033 00034 #endif