mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
9 lines
123 B
C++
9 lines
123 B
C++
// iskeyword.h
|
|
|
|
#ifndef ISKEYWORD_H
|
|
#define ISKEYWORD_H
|
|
|
|
bool iskeyword ( const std::string& ident );
|
|
|
|
#endif//ISKEYWORD_H
|