// iskeyword.h

#ifndef ISKEYWORD_H
#define ISKEYWORD_H

bool iskeyword ( const std::string& ident );

#endif//ISKEYWORD_H