tree-sitter/test/helpers/random_helpers.h

9 lines
166 B
C
Raw Normal View History

#ifndef HELPERS_RANDOM_HELPERS_H_
#define HELPERS_RANDOM_HELPERS_H_
#include <string>
std::string random_words(size_t count);
#endif // HELPERS_RANDOM_HELPERS_H_