mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
1e3d5d70e9
svn path=/trunk/; revision=26033
8 lines
123 B
C++
8 lines
123 B
C++
// iskeyword.h
|
|
|
|
#ifndef ISKEYWORD_H
|
|
#define ISKEYWORD_H
|
|
|
|
bool iskeyword ( const std::string& ident );
|
|
|
|
#endif//ISKEYWORD_H
|