1 // iskeyword.h
2 
3 #ifndef ISKEYWORD_H
4 #define ISKEYWORD_H
5 
6 bool iskeyword ( const std::string& ident );
7 
8 #endif//ISKEYWORD_H
9