namespace vase.

This commit is contained in:
2026-08-06 20:36:14 +01:00
parent 0720a254a3
commit 04a27b30aa
18 changed files with 39 additions and 11 deletions
+2
View File
@@ -4,6 +4,7 @@
#include "pch.h"
#include "petal.h"
namespace crib::internal::vase {
struct LineIterator {
PetalIterator it;
const char *chunk;
@@ -18,3 +19,4 @@ struct LineIterator {
bool next(std::string *line);
uint64_t byte_offset();
};
} // namespace crib::internal::vase