mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
9 lines
166 B
C++
9 lines
166 B
C++
#ifndef HELPERS_RANDOM_HELPERS_H_
|
|
#define HELPERS_RANDOM_HELPERS_H_
|
|
|
|
#include <string>
|
|
|
|
std::string random_words(size_t count);
|
|
|
|
#endif // HELPERS_RANDOM_HELPERS_H_
|